Uses of Interface
org.apache.cxf.sts.token.realm.SAMLRealmCodec
-
Packages that use SAMLRealmCodec Package Description org.apache.cxf.sts org.apache.cxf.sts.token.validator -
-
Uses of SAMLRealmCodec in org.apache.cxf.sts
Methods in org.apache.cxf.sts that return SAMLRealmCodec Modifier and Type Method Description SAMLRealmCodecStaticSTSProperties. getSamlRealmCodec()SAMLRealmCodecSTSPropertiesMBean. getSamlRealmCodec()Get the SAML Realm Codec object to use.Methods in org.apache.cxf.sts with parameters of type SAMLRealmCodec Modifier and Type Method Description voidStaticSTSProperties. setSamlRealmCodec(SAMLRealmCodec samlRealmCodec)voidSTSPropertiesMBean. setSamlRealmCodec(SAMLRealmCodec samlRealmCodec)Set the SAML Realm Codec object to use. -
Uses of SAMLRealmCodec in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator with parameters of type SAMLRealmCodec Modifier and Type Method Description voidSAMLTokenValidator. setSamlRealmCodec(SAMLRealmCodec samlRealmCodec)Set the SAMLRealmCodec instance to use to return a realm from a validated token
-