public class XrootdSession extends Object
| Constructor and Description |
|---|
XrootdSession(XrootdSessionIdentifier id,
io.netty.channel.Channel channel,
LoginRequest loginRequest) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.Channel |
getChannel() |
int |
getClientProtocolVersion() |
int |
getPID() |
XrootdSessionIdentifier |
getSessionIdentifier() |
Subject |
getSubject() |
String |
getToken() |
String |
getUserName() |
boolean |
hasOwner(Subject subject) |
boolean |
isAdmin() |
void |
setSubject(Subject subject) |
boolean |
supportsAsyn() |
public XrootdSession(XrootdSessionIdentifier id, io.netty.channel.Channel channel, LoginRequest loginRequest)
public boolean hasOwner(Subject subject)
public void setSubject(Subject subject)
public Subject getSubject()
public io.netty.channel.Channel getChannel()
public XrootdSessionIdentifier getSessionIdentifier()
public String getToken()
public String getUserName()
public int getClientProtocolVersion()
public boolean isAdmin()
public int getPID()
public boolean supportsAsyn()
Copyright © 2011–2018 dCache.org. All rights reserved.