public class DefaultSAMLTokenProvider extends Object implements STSTokenProvider
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SAML_BEARER_1_0 |
protected static String |
SAML_BEARER_2_0 |
protected static String |
SAML_HOLDER_OF_KEY_1_0 |
protected static String |
SAML_HOLDER_OF_KEY_2_0 |
protected static String |
SAML_SENDER_VOUCHES_1_0 |
protected static String |
SAML_SENDER_VOUCHES_2_0 |
| Constructor and Description |
|---|
DefaultSAMLTokenProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected Assertion |
createSAML11Assertion(WSTrustVersion wstVer,
int lifeSpan,
String confirMethod,
String assertionId,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType) |
protected Assertion |
createSAML20Assertion(WSTrustVersion wstVer,
int 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) |
void |
generateToken(IssuedTokenContext ctx) |
void |
invalidateToken(IssuedTokenContext ctx) |
void |
isValideToken(IssuedTokenContext ctx) |
void |
renewToken(IssuedTokenContext ctx) |
protected static final String SAML_HOLDER_OF_KEY_1_0
protected static final String SAML_HOLDER_OF_KEY_2_0
protected static final String SAML_BEARER_1_0
protected static final String SAML_BEARER_2_0
protected static final String SAML_SENDER_VOUCHES_1_0
protected static final String SAML_SENDER_VOUCHES_2_0
public void generateToken(IssuedTokenContext ctx) throws WSTrustException
generateToken in interface STSTokenProviderWSTrustExceptionpublic void isValideToken(IssuedTokenContext ctx) throws WSTrustException
isValideToken in interface STSTokenProviderWSTrustExceptionpublic void renewToken(IssuedTokenContext ctx) throws WSTrustException
renewToken in interface STSTokenProviderWSTrustExceptionpublic void invalidateToken(IssuedTokenContext ctx) throws WSTrustException
invalidateToken in interface STSTokenProviderWSTrustExceptionprotected Assertion createSAML11Assertion(WSTrustVersion wstVer, int lifeSpan, String confirMethod, String assertionId, String issuer, String appliesTo, org.apache.xml.security.keys.KeyInfo keyInfo, Map<QName,List<String>> claimedAttrs, String keyType) throws WSTrustException
WSTrustExceptionprotected Assertion createSAML20Assertion(WSTrustVersion wstVer, int 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) throws WSTrustException
WSTrustExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.