org.apache.ws.security
Class CustomTokenPrincipal

java.lang.Object
  extended by org.apache.ws.security.CustomTokenPrincipal
All Implemented Interfaces:
Serializable, Principal

public class CustomTokenPrincipal
extends Object
implements Principal, Serializable

See Also:
Serialized Form

Constructor Summary
CustomTokenPrincipal(String name)
           
 
Method Summary
 String getName()
           
 org.w3c.dom.Element getTokenElement()
           
 Object getTokenObject()
           
 void setTokenElement(org.w3c.dom.Element tokenElement)
           
 void setTokenObject(Object tokenObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

CustomTokenPrincipal

public CustomTokenPrincipal(String name)
Method Detail

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.