Package org.apache.cxf.sts.token.realm
Interface SAMLRealmCodec
-
public interface SAMLRealmCodecThis interface defines a pluggable way to return a realm associated with a SAML Assertion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRealmFromToken(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)Get the realm associated with the SamlAssertionWrapper parameter
-
-
-
Method Detail
-
getRealmFromToken
String getRealmFromToken(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)
Get the realm associated with the SamlAssertionWrapper parameter- Parameters:
assertion- a SAML Assertion wrapper object- Returns:
- the realm associated with the SamlAssertionWrapper parameter
-
-