Apache CXF API

Uses of Interface
org.apache.cxf.sts.token.provider.AuthenticationStatementProvider

Packages that use AuthenticationStatementProvider
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
 List<AuthenticationStatementProvider> SAMLTokenProvider.getAuthenticationStatementProviders()
          Get the List of AuthenticationStatementProviders.
 

Method parameters in org.apache.cxf.sts.token.provider with type arguments of type AuthenticationStatementProvider
 void SAMLTokenProvider.setAuthenticationStatementProviders(List<AuthenticationStatementProvider> authnStatementProviders)
          Set the List of AuthenticationStatementProviders.
 


Apache CXF API

Apache CXF