Package | Description |
---|---|
com.sun.identity.wss.sts |
Defines STS client API and end user token conversion interface (SPI) classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TrustAuthorityClient.cancelIssuedToken(SecurityToken securityToken,
ProviderConfig pc)
Cancels the issued security token that was obtained from previous
interactions with Security Token Service (STS).
|
String |
ClientUserToken.getPrincipalName()
Returns the principal name that the client user token carries.
|
SecurityToken |
TrustAuthorityClient.getSecurityToken(ProviderConfig pc,
Object credential)
Returns the
SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS). |
SecurityToken |
TrustAuthorityClient.getSecurityToken(ProviderConfig pc,
Object credential,
javax.servlet.ServletContext context)
Returns the
SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS). |
SecurityToken |
TrustAuthorityClient.getSecurityToken(String wspEndPoint,
String stsEndPoint,
String stsMexEndPoint,
Object credential,
String securityMech,
javax.servlet.ServletContext context)
Returns the
SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS). |
SecurityToken |
TrustAuthorityClient.getSecurityToken(String wspEndPoint,
String stsEndPoint,
String stsMexEndPoint,
Object credential,
String securityMech,
String tokenType,
javax.servlet.ServletContext context)
Returns the
SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS). |
void |
ClientUserToken.init(Object obj)
Initializes client user token.
|
void |
ClientUserToken.parse(Element element)
Parses the custom token element.
|
SecurityToken |
TrustAuthorityClient.renewIssuedToken(SecurityToken securityToken,
ProviderConfig pc,
Object credential)
Renews the issued security token that was obtained from previous
interactions with Security Token Service (STS).
|
Copyright © 2010-2013, ForgeRock All Rights Reserved.