Package | Description |
---|---|
com.sun.identity.wss.sts |
Defines STS client API and end user token conversion interface (SPI) classes.
|
com.sun.identity.wss.sts.spi |
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).
|
static SOAPMessage |
STSUtils.createSOAPMessage(InputStream is) |
String |
ClientUserToken.getPrincipalName()
Returns the principal name that the client user token carries.
|
String |
STSClientUserToken.getPrincipalName() |
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). |
Element |
TrustAuthorityClientImpl.getSTSTokenElement(String wspEndPoint,
String stsEndpoint,
String stsMexAddress,
Object credential,
String keyType,
String tokenType,
String version)
Returns security token element obtained from Security Token Service.
|
void |
ClientUserToken.init(Object obj)
Initializes client user token.
|
void |
STSClientUserToken.init(Object credential) |
void |
ClientUserToken.parse(Element element)
Parses the custom token element.
|
void |
STSClientUserToken.parse(Element element) |
static SOAPMessage |
STSUtils.prepareSOAPMessage(String url,
String wstVersion) |
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).
|
Constructor and Description |
---|
STSClientUserToken(Element element) |
Modifier and Type | Method and Description |
---|---|
protected Element |
FAMSTSTokenProvider.createSAML11Assertion(com.sun.xml.ws.security.trust.WSTrustVersion wstVer,
long lifeSpan,
String confirMethod,
String authMethod,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType,
String assertionId,
String stsKey) |
protected Element |
FAMSTSTokenProvider.createSAML20Assertion(com.sun.xml.ws.security.trust.WSTrustVersion wstVer,
long lifeSpan,
String confirMethod,
String assertionId,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType,
String authnCtx,
String stsKey) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.