|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.components.AuthenticatorModifier
public class AuthenticatorModifier
Constructor Summary | |
---|---|
AuthenticatorModifier()
|
Method Summary | |
---|---|
Authenticator |
getAuthenticator()
Returns the Authenticator . |
void |
setAuthorizationData(AuthorizationData data)
Sets the AuthorizationData . |
void |
setChecksum(Checksum checksum)
Sets the Checksum . |
void |
setClientMicroSecond(int microSecond)
Sets the client microsecond. |
void |
setClientName(PrincipalName name)
Sets the client PrincipalName . |
void |
setClientPrincipal(javax.security.auth.kerberos.KerberosPrincipal clientPrincipal)
Sets the client KerberosPrincipal . |
void |
setClientRealm(java.lang.String realm)
Sets the client realm. |
void |
setClientTime(KerberosTime time)
Sets the client KerberosTime . |
void |
setSequenceNumber(int number)
Sets the sequence number. |
void |
setSubSessionKey(EncryptionKey sessionKey)
Sets the sub-session EncryptionKey . |
void |
setVersionNumber(int versionNumber)
Sets the version number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticatorModifier()
Method Detail |
---|
public Authenticator getAuthenticator()
Authenticator
.
Authenticator
.public void setVersionNumber(int versionNumber)
versionNumber
- public void setClientName(PrincipalName name)
PrincipalName
.
name
- public void setClientRealm(java.lang.String realm)
realm
- public void setClientPrincipal(javax.security.auth.kerberos.KerberosPrincipal clientPrincipal)
KerberosPrincipal
.
clientPrincipal
- public void setAuthorizationData(AuthorizationData data)
AuthorizationData
.
data
- public void setChecksum(Checksum checksum)
Checksum
.
checksum
- public void setClientMicroSecond(int microSecond)
microSecond
- public void setClientTime(KerberosTime time)
KerberosTime
.
time
- public void setSequenceNumber(int number)
number
- public void setSubSessionKey(EncryptionKey sessionKey)
EncryptionKey
.
sessionKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |