Uses of Interface
org.apache.cxf.sts.token.provider.AttributeStatementProvider
-
Packages that use AttributeStatementProvider Package Description org.apache.cxf.sts.claims org.apache.cxf.sts.token.provider -
-
Uses of AttributeStatementProvider in org.apache.cxf.sts.claims
Classes in org.apache.cxf.sts.claims that implement AttributeStatementProvider Modifier and Type Class Description classClaimsAttributeStatementProviderclassCombinedClaimsAttributeStatementProviderThis 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 AttributeStatementProvider Modifier and Type Class Description classActAsAttributeStatementProviderAn AttributeStatementProvider implementation to handle "ActAs".classDefaultAttributeStatementProviderA default AttributeStatementProvider implementation.Methods in org.apache.cxf.sts.token.provider that return types with arguments of type AttributeStatementProvider Modifier and Type Method Description List<AttributeStatementProvider>SAMLTokenProvider. getAttributeStatementProviders()Get the List of AttributeStatementProviders.Method parameters in org.apache.cxf.sts.token.provider with type arguments of type AttributeStatementProvider Modifier and Type Method Description voidSAMLTokenProvider. setAttributeStatementProviders(List<AttributeStatementProvider> attributeStatementProviders)Set the List of AttributeStatementProviders.
-