Package | Description |
---|---|
weblogic.wsee.security.saml |
Provides interfaces and classes for Security Assertion Markup Language (SAML).
|
weblogic.wsee.security.wst.faults |
Provides an exception for
weblogic.wsee.security.wst.faults . |
weblogic.wsee.security.wst.framework |
Provides interfaces for
weblogic.wsee.security.wst.framework . |
Modifier and Type | Method and Description |
---|---|
void |
SAMLTrustTokenProvider.cancelTrustToken(WSTContext wstCtx,
TrustToken tt)
Deprecated.
|
static SAMLCredential |
SAMLTrustCredentialProvider.createCredential(TrustSoapClient soapClient,
WSTContext wstCtx,
SecurityTokenHandler tokh,
java.lang.String tokenType) |
SecurityTokenReference |
SAMLTrustTokenProvider.createSecurityTokenReference(WSTContext wstCtx,
TrustToken st)
Deprecated.
|
private static SAMLCredential |
SAMLTrustCredentialProvider.getCredentialFromRSTR(WSTContext wstCtx,
weblogic.wsee.security.wst.binding.RequestSecurityTokenResponse rstr,
java.lang.String tokenType) |
private weblogic.security.acl.internal.AuthenticatedSubject |
SAMLTrustTokenProvider.getSubject(WSTContext wstCtx)
Deprecated.
|
TrustToken |
SAMLTrustTokenProvider.issueTrustToken(WSTContext wstCtx)
Deprecated.
|
TrustToken |
SAMLTrustTokenProvider.renewTrustToken(WSTContext wstCtx,
TrustToken tt)
Deprecated.
|
TrustToken |
SAMLTrustTokenProvider.resolveTrustToken(WSTContext wstCtx,
SecurityTokenReference str)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationBadElementsException |
class |
BadRequestException |
class |
ExpiredDataException |
class |
FailedAuthenticationException |
class |
InvalidRequestException |
class |
InvalidScopeException |
class |
InvalidSecurityTokenException |
class |
InvalidTimeRangeException |
class |
RenewNeededException |
class |
RequestFailedException |
class |
UnableToRenewException |
Modifier and Type | Method and Description |
---|---|
static void |
WSTFaultUtil.raiseFault(WSTFaultException e) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
TrustRequestor.cancelRequestSecurityToken(TrustToken trustToken,
WSTContext wstCtx) |
javax.xml.soap.SOAPMessage |
TrustSoapClient.cancelTrustToken(SoapMessageContext trustMsgCtx,
java.lang.String policy,
java.lang.String tokenType) |
void |
TrustTokenProvider.cancelTrustToken(WSTContext wstCtx,
TrustToken tt)
Cancel an exsiting TrustToken
|
private static weblogic.wsee.security.wst.binding.RequestSecurityTokenResponse |
WSTCredentialProviderHelper.createCredential(TrustSoapClient soapClient,
SecurityTokenHandler tokenHandler) |
SecurityTokenReference |
TrustTokenProvider.createSecurityTokenReference(WSTContext wstCtx,
TrustToken st)
Create a STR for the given TrustToken
|
private static weblogic.wsee.security.wst.binding.RequestSecurityTokenResponse |
WSTCredentialProviderHelper.getRSTRfromSOAPMessage(javax.xml.soap.SOAPMessage soapMessage,
SecurityTokenHandler tokenHandler,
java.lang.String tokenType) |
TrustToken |
TrustTokenProvider.issueTrustToken(WSTContext wstCtx)
Issue a security token from this trust identity provider
|
org.w3c.dom.Node |
TrustRequestor.newRequestSecurityToken(WSTContext wstCtx) |
org.w3c.dom.Node |
TrustProcessor.processRequestSecurityToken(org.w3c.dom.Node rst,
WSTContext wstContext)
Process the RST and return RSTR
|
org.w3c.dom.Node |
TrustRequestor.renewRequestSecurityToken(TrustToken trustToken,
WSTContext wstCtx) |
javax.xml.soap.SOAPMessage |
TrustSoapClient.renewTrustToken(SoapMessageContext trustMsgCtx,
java.lang.String policy,
java.lang.String tokenType) |
TrustToken |
TrustTokenProvider.renewTrustToken(WSTContext wstCtx,
TrustToken tt)
Renew an existing TrustToken with new expiration
|
javax.xml.soap.SOAPMessage |
TrustSoapClient.requestTrustToken() |
TrustToken |
TrustTokenProvider.resolveTrustToken(WSTContext wstCtx,
SecurityTokenReference str)
Resolve the TrustToken based on the given SecurityTokenReference
|
org.w3c.dom.Node |
TrustRequestor.validateRequestSecurityToken(TrustToken trustToken,
WSTContext wstCtx) |