Package | Description |
---|---|
org.apache.cxf.sts.token.provider | |
org.apache.wss4j.common.saml | |
org.apache.wss4j.common.saml.builder |
Modifier and Type | Method and Description |
---|---|
AuthDecisionStatementBean |
AuthDecisionStatementProvider.getStatement(TokenProviderParameters providerParameters)
Get an AuthDecisionStatementBean using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
List<AuthDecisionStatementBean> |
SubjectProviderParameters.getAuthDecisionBeanList() |
Modifier and Type | Method and Description |
---|---|
void |
SubjectProviderParameters.setAuthDecisionBeanList(List<AuthDecisionStatementBean> authDecisionBeanList) |
void |
SamlCallbackHandler.setAuthDecisionStatementBeans(List<AuthDecisionStatementBean> authDecisionBeanList)
Set the list of AuthDecisionStatementBeans.
|
Modifier and Type | Method and Description |
---|---|
List<AuthDecisionStatementBean> |
SAMLCallback.getAuthDecisionStatementData()
Method getAuthDecisionStatementData returns the authDecisionStatementData of this
SAMLCallback object.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLCallback.setAuthDecisionStatementData(List<AuthDecisionStatementBean> authDecisionStatementData)
Method setAuthDecisionStatementData sets the authDecisionStatementData of this
SAMLCallback object.
|
Modifier and Type | Method and Description |
---|---|
static List<org.opensaml.saml.saml2.core.AuthzDecisionStatement> |
SAML2ComponentBuilder.createAuthorizationDecisionStatement(List<AuthDecisionStatementBean> decisionData)
Create SAML2 AuthorizationDecisionStatement(s)
|
static List<org.opensaml.saml.saml1.core.AuthorizationDecisionStatement> |
SAML1ComponentBuilder.createSamlv1AuthorizationDecisionStatement(List<AuthDecisionStatementBean> decisionData)
Create SAML 1.1 Authorization Decision Statement(s)
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.