org.apache.ws.security
Class CustomTokenPrincipal
java.lang.Object
org.apache.ws.security.CustomTokenPrincipal
- All Implemented Interfaces:
- Serializable, Principal
public class CustomTokenPrincipal
- extends Object
- implements Principal, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomTokenPrincipal
public CustomTokenPrincipal(String name)
getTokenObject
public Object getTokenObject()
setTokenObject
public void setTokenObject(Object tokenObject)
getName
public String getName()
- Specified by:
getName
in interface Principal
getTokenElement
public org.w3c.dom.Element getTokenElement()
setTokenElement
public void setTokenElement(org.w3c.dom.Element tokenElement)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.