org.apache.ws.security
Class KerberosTokenPrincipal
java.lang.Object
org.apache.ws.security.CustomTokenPrincipal
org.apache.ws.security.KerberosTokenPrincipal
- All Implemented Interfaces:
- Serializable, Principal
public class KerberosTokenPrincipal
- extends CustomTokenPrincipal
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KerberosTokenPrincipal
public KerberosTokenPrincipal(String name)
getName
public String getName()
- Specified by:
getName in interface Principal- Overrides:
getName in class CustomTokenPrincipal
getClientPrincipalName
public String getClientPrincipalName()
setClientPrincipalName
public void setClientPrincipalName(String clientPrincipalName)
getServicePrincipalName
public String getServicePrincipalName()
setServicePrincipalName
public void setServicePrincipalName(String servicePrincipalName)
getSecretKey
public SecretKey getSecretKey()
setSecretKey
public void setSecretKey(SecretKey secretKey)
getSessionKey
public byte[] getSessionKey()
setSessionKey
public void setSessionKey(byte[] sessionKey)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.