Uses of Class
org.apache.wss4j.common.saml.bean.AttributeStatementBean
Packages that use AttributeStatementBean
Package
Description
-
Uses of AttributeStatementBean in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return AttributeStatementBeanModifier and TypeMethodDescriptionClaimsAttributeStatementProvider.getStatement(TokenProviderParameters providerParameters) CombinedClaimsAttributeStatementProvider.getStatement(TokenProviderParameters providerParameters) -
Uses of AttributeStatementBean in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return AttributeStatementBeanModifier and TypeMethodDescriptionActAsAttributeStatementProvider.getStatement(TokenProviderParameters providerParameters) Get an AttributeStatementBean using the given parameters.AttributeStatementProvider.getStatement(TokenProviderParameters providerParameters) Get an AttributeStatementBean using the given parameters.DefaultAttributeStatementProvider.getStatement(TokenProviderParameters providerParameters) Get an AttributeStatementBean using the given parameters.Methods in org.apache.cxf.sts.token.provider that return types with arguments of type AttributeStatementBeanMethod parameters in org.apache.cxf.sts.token.provider with type arguments of type AttributeStatementBeanModifier and TypeMethodDescriptionvoidSubjectProviderParameters.setAttrBeanList(List<AttributeStatementBean> attrBeanList) voidSamlCallbackHandler.setAttributeBeans(List<AttributeStatementBean> attributeBeanList) Set the list of AttributeStatementBeans. -
Uses of AttributeStatementBean in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml that return types with arguments of type AttributeStatementBeanModifier and TypeMethodDescriptionSAMLCallback.getAttributeStatementData()Method getAttributeStatementData returns the attributeStatementData of this SAMLCallback object.Method parameters in org.apache.wss4j.common.saml with type arguments of type AttributeStatementBeanModifier and TypeMethodDescriptionvoidSAMLCallback.setAttributeStatementData(List<AttributeStatementBean> attributeStatementData) Method setAttributeStatementData sets the attributeStatementData of this SAMLCallback object. -
Uses of AttributeStatementBean in org.apache.wss4j.common.saml.builder
Method parameters in org.apache.wss4j.common.saml.builder with type arguments of type AttributeStatementBeanModifier and TypeMethodDescriptionstatic List<org.opensaml.saml.saml2.core.AttributeStatement>SAML2ComponentBuilder.createAttributeStatement(List<AttributeStatementBean> attributeData) Create SAML2 Attribute Statement(s)static List<org.opensaml.saml.saml1.core.AttributeStatement>SAML1ComponentBuilder.createSamlv1AttributeStatement(List<AttributeStatementBean> attributeData) Create SAML 1.1 attribute statement(s)