Package | Description |
---|---|
org.apache.cxf.sts | |
org.apache.cxf.sts.token.validator |
Modifier and Type | Method and Description |
---|---|
SAMLRealmCodec |
StaticSTSProperties.getSamlRealmCodec() |
SAMLRealmCodec |
STSPropertiesMBean.getSamlRealmCodec()
Get the SAML Realm Codec object to use.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticSTSProperties.setSamlRealmCodec(SAMLRealmCodec samlRealmCodec) |
void |
STSPropertiesMBean.setSamlRealmCodec(SAMLRealmCodec samlRealmCodec)
Set the SAML Realm Codec object to use.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLTokenValidator.setSamlRealmCodec(SAMLRealmCodec samlRealmCodec)
Set the SAMLRealmCodec instance to use to return a realm from a validated token
|
Apache CXF