|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Token
Base interface for tokens which defines parsing behavior and provides access to the underlying XML data structure.
Method Summary | |
---|---|
org.w3c.dom.Element |
getRoot()
Retrieves the raw token data as an XML Element. |
java.lang.String |
getSubjectId()
Retrieves the principal subject identfier of the token. |
void |
parse(org.w3c.dom.Element root)
Parses the provided XML Element into a token. |
Method Detail |
---|
java.lang.String getSubjectId()
org.w3c.dom.Element getRoot() throws SecurityTokenException
SecurityTokenException
void parse(org.w3c.dom.Element root) throws SecurityTokenException
root
-
SecurityTokenException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |