Uses of Interface
org.apache.cxf.rs.security.saml.authorization.SecurityContextProvider
-
Packages that use SecurityContextProvider Package Description org.apache.cxf.rs.security.oauth2.grants.saml org.apache.cxf.rs.security.saml org.apache.cxf.rs.security.saml.authorization -
-
Uses of SecurityContextProvider in org.apache.cxf.rs.security.oauth2.grants.saml
Methods in org.apache.cxf.rs.security.oauth2.grants.saml with parameters of type SecurityContextProvider Modifier and Type Method Description voidSaml2BearerGrantHandler. setSecurityContextProvider(SecurityContextProvider p) -
Uses of SecurityContextProvider in org.apache.cxf.rs.security.saml
Methods in org.apache.cxf.rs.security.saml with parameters of type SecurityContextProvider Modifier and Type Method Description voidAbstractSamlInHandler. setSecurityContextProvider(SecurityContextProvider p) -
Uses of SecurityContextProvider in org.apache.cxf.rs.security.saml.authorization
Classes in org.apache.cxf.rs.security.saml.authorization that implement SecurityContextProvider Modifier and Type Class Description classSecurityContextProviderImpl
-