Class CustomTokenPrincipal
- java.lang.Object
-
- org.apache.wss4j.common.principal.CustomTokenPrincipal
-
- All Implemented Interfaces:
Serializable,Principal
public class CustomTokenPrincipal extends Object implements Principal, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomTokenPrincipal(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()ElementgetTokenElement()ObjectgetTokenObject()voidsetTokenElement(Element tokenElement)voidsetTokenObject(Object tokenObject)
-
-
-
Constructor Detail
-
CustomTokenPrincipal
public CustomTokenPrincipal(String name)
-
-