Uses of Interface
org.apache.cxf.sts.token.provider.AttributeStatementProvider
Packages that use AttributeStatementProvider
-
Uses of AttributeStatementProvider in org.apache.cxf.sts.claims
Classes in org.apache.cxf.sts.claims that implement AttributeStatementProviderModifier and TypeClassDescriptionclassclassThis class differs from the ClaimsAttributeStatementProvider in that it combines claims that have the same name. -
Uses of AttributeStatementProvider in org.apache.cxf.sts.token.provider
Classes in org.apache.cxf.sts.token.provider that implement AttributeStatementProviderModifier and TypeClassDescriptionclassAn AttributeStatementProvider implementation to handle "ActAs".classA default AttributeStatementProvider implementation.Methods in org.apache.cxf.sts.token.provider that return types with arguments of type AttributeStatementProviderModifier and TypeMethodDescriptionSAMLTokenProvider.getAttributeStatementProviders()Get the List of AttributeStatementProviders.Method parameters in org.apache.cxf.sts.token.provider with type arguments of type AttributeStatementProviderModifier and TypeMethodDescriptionvoidSAMLTokenProvider.setAttributeStatementProviders(List<AttributeStatementProvider> attributeStatementProviders) Set the List of AttributeStatementProviders.