public class AuthContext extends Object
| Constructor and Description |
|---|
AuthContext() |
public org.apache.kerby.asn1.type.Asn1Flags getFlags()
public void setFlags(org.apache.kerby.asn1.type.Asn1Flags flags)
public HostAddress getRemoteAddress()
public void setRemoteAddress(HostAddress remoteAddress)
public int getRemotePort()
public void setRemotePort(int remotePort)
public HostAddress getLocalAddress()
public void setLocalAddress(HostAddress localAddress)
public int getLocalPort()
public void setLocalPort(int localPort)
public EncryptionKey getKey()
public void setKey(EncryptionKey key)
public EncryptionKey getSendSubkey()
public void setSendSubkey(EncryptionKey sendSubkey)
public EncryptionKey getRecvSubkey()
public void setRecvSubkey(EncryptionKey recvSubkey)
public int getRemoteSeqNum()
public void setRemoteSeqNum(int remoteSeqNum)
public int getLocalSeqNum()
public void setLocalSeqNum(int localSeqNum)
public List<EncryptionType> getPermittedEncTypes()
public void setPermittedEncTypes(List<EncryptionType> permittedEncTypes)
public EncryptionType getNegotiatedEncType()
public void setNegotiatedEncType(EncryptionType negotiatedEncType)
public Authenticator getAuthenticator()
public void setAuthenticator(Authenticator authenticator)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.