|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pingidentity.sts.clientapi.tokens.TokenFactory
public class TokenFactory
Factory Class for creating Token object instances from Element object instances.
Constructor Summary | |
---|---|
TokenFactory()
|
Method Summary | |
---|---|
Token |
getToken(org.w3c.dom.Element element)
Parses the security token. |
void |
registerTokenHandler(TokenHandler info)
Registers token handler. |
void |
unregisterTokenHandler(TokenHandler info)
Unregisters token handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TokenFactory()
Method Detail |
---|
public void registerTokenHandler(TokenHandler info)
info
- register token handlerpublic void unregisterTokenHandler(TokenHandler info)
info
- unregister token handlerpublic Token getToken(org.w3c.dom.Element element) throws SecurityTokenException
element
- An element representing a security token.
SecurityTokenException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |