Package | Description |
---|---|
weblogic.wsee.reliability | |
weblogic.wsee.security.saml |
Provides interfaces and classes for Security Assertion Markup Language (SAML).
|
weblogic.wsee.security.wst.framework |
Provides interfaces for
weblogic.wsee.security.wst.framework . |
Modifier and Type | Field and Description |
---|---|
private WSTContext |
WsrmSecurityContext.wstCtx
WST context is used for SC credential cancel/renewal usage.
|
Modifier and Type | Method and Description |
---|---|
WSTContext |
WsrmSecurityContext.getWSTContext()
Get the current WS-Trust context being used to exchange SC credential.
|
private WSTContext |
WsrmSecurityContext.readWSTContext(java.io.ObjectInput in) |
Modifier and Type | Method and Description |
---|---|
void |
WsrmSecurityContext.setWSTContext(WSTContext wstCtx) |
private void |
WsrmSecurityContext.writeWSTContext(java.io.ObjectOutput out,
WSTContext wstCtx) |
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 weblogic.security.acl.internal.AuthenticatedSubject |
SAMLTrustTokenProvider.getActAsOrOnBehalfOfSubject(WSTContext wstCtx)
Deprecated.
Support both On Behalof and ActAs
|
private weblogic.security.acl.internal.AuthenticatedSubject |
SAMLTrustTokenProvider.getActAsSubject(WSTContext wstCtx)
Deprecated.
|
private SAMLCredential |
SAMLTrustTokenProvider.getCredential(java.lang.String tokenType,
java.lang.String url,
weblogic.security.acl.internal.AuthenticatedSubject as,
java.lang.String confMethod,
WSSecurityContext wsSecurityContext,
WSTContext wstCtx)
Deprecated.
|
private static SAMLCredential |
SAMLTrustCredentialProvider.getCredentialFromRSTR(WSTContext wstCtx,
weblogic.wsee.security.wst.binding.RequestSecurityTokenResponse rstr,
java.lang.String tokenType) |
private java.lang.Object |
SAMLTrustTokenProvider.getKeyInfoFromSymmetricKey(WSTContext wstCtx,
WSSecurityContext secCtx,
CredentialProvider cp)
Deprecated.
|
private weblogic.security.acl.internal.AuthenticatedSubject |
SAMLTrustTokenProvider.getOnBehalfOfSubject(WSTContext wstCtx)
Deprecated.
|
private weblogic.security.acl.internal.AuthenticatedSubject |
SAMLTrustTokenProvider.getSubject(WSTContext wstCtx)
Deprecated.
|
private static java.security.Key |
SAMLTrustCredentialProvider.getSymmetricKeyFromRstr(weblogic.wsee.security.wst.binding.RequestSecurityTokenResponse rstr,
WSTContext wstCtx) |
private void |
SAMLTrustCredentialProvider.initPolicy(SecurityTokenContextHandler securityCtxHandler,
WSTContext wstCtx,
javax.xml.rpc.handler.MessageContext msgCtx) |
private void |
SAMLTrustTokenProvider.intiTrustCredential(SAMLTrustCredential trustCred,
WSTContext wstCtx)
Deprecated.
|
private void |
SAMLTrustCredentialProvider.intWSTContext(java.lang.String tokenType,
WSTContext wstCtx,
javax.xml.rpc.handler.MessageContext msgCtx,
SecurityTokenContextHandler securityCtxHandler) |
private void |
SAMLTrustCredentialProvider.intWSTContext(java.lang.String tokenType,
WSTContext wstCtx,
javax.xml.rpc.handler.MessageContext msgCtx,
SecurityTokenContextHandler securityCtxHandler,
org.w3c.dom.Element issuedTokenElement) |
TrustToken |
SAMLTrustTokenProvider.issueTrustToken(WSTContext wstCtx)
Deprecated.
|
TrustToken |
SAMLTrustTokenProvider.renewTrustToken(WSTContext wstCtx,
TrustToken tt)
Deprecated.
|
TrustToken |
SAMLTrustTokenProvider.resolveTrustToken(WSTContext wstCtx,
SecurityTokenReference str)
Deprecated.
|
private java.lang.Object |
SAMLTrustCredentialProvider.setActAsToken(WSTContext wstCtx,
javax.xml.rpc.handler.MessageContext msgCtx)
Set SAML Token into the new ActAs element in WS-Trust 1.4
|
private void |
SAMLTrustCredentialProvider.setOnBehalfOfToken(WSTContext wstCtx,
javax.xml.rpc.handler.MessageContext msgCtx) |
Modifier and Type | Field and Description |
---|---|
private WSTContext |
TrustSoapClient.wstCtx |
Modifier and Type | Method and Description |
---|---|
static WSTContext |
WSTContext.getWSTContext(javax.xml.rpc.handler.MessageContext msgCtx) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
TrustRequestor.cancelRequestSecurityToken(TrustToken trustToken,
WSTContext wstCtx) |
void |
TrustTokenProvider.cancelTrustToken(WSTContext wstCtx,
TrustToken tt)
Cancel an exsiting TrustToken
|
static weblogic.wsee.security.wst.binding.RequestSecurityTokenResponse |
WSTCredentialProviderHelper.createCredential(WSTContext wstCtx,
SecurityTokenHandler tokenHandler) |
SecurityTokenReference |
TrustTokenProvider.createSecurityTokenReference(WSTContext wstCtx,
TrustToken st)
Create a STR for the given TrustToken
|
private static TrustSoapClient |
WSTCredentialProviderHelper.getSoapClient(WSTContext wstCtx) |
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
|
static weblogic.wsee.security.wst.binding.RequestSecurityTokenResponse |
WSTCredentialProviderHelper.renewCredential(WSTContext wstCtx,
java.lang.Object credential,
SecurityTokenHandler tokenHandler,
java.lang.String type,
java.lang.String policy,
java.lang.String action) |
org.w3c.dom.Node |
TrustRequestor.renewRequestSecurityToken(TrustToken trustToken,
WSTContext wstCtx) |
TrustToken |
TrustTokenProvider.renewTrustToken(WSTContext wstCtx,
TrustToken tt)
Renew an existing TrustToken with new expiration
|
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) |
Constructor and Description |
---|
TrustSoapClient(WSTContext wstCtx) |