Uses of Interface
org.apache.cxf.sts.token.provider.AuthenticationStatementProvider
-
Packages that use AuthenticationStatementProvider Package Description org.apache.cxf.sts.token.provider -
-
Uses of AuthenticationStatementProvider in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return types with arguments of type AuthenticationStatementProvider Modifier and Type Method Description List<AuthenticationStatementProvider>SAMLTokenProvider. getAuthenticationStatementProviders()Get the List of AuthenticationStatementProviders.Method parameters in org.apache.cxf.sts.token.provider with type arguments of type AuthenticationStatementProvider Modifier and Type Method Description voidSAMLTokenProvider. setAuthenticationStatementProviders(List<AuthenticationStatementProvider> authnStatementProviders)Set the List of AuthenticationStatementProviders.
-