org.apache.cxf.sts.token.realm
Interface SAMLRealmCodec
public interface SAMLRealmCodec
This interface defines a pluggable way to return a realm associated with a SAML Assertion.
|
Method Summary |
String |
getRealmFromToken(org.apache.ws.security.saml.ext.AssertionWrapper assertion)
Get the realm associated with the AssertionWrapper parameter |
getRealmFromToken
String getRealmFromToken(org.apache.ws.security.saml.ext.AssertionWrapper assertion)
- Get the realm associated with the AssertionWrapper parameter
- Parameters:
assertion - a SAML Assertion wrapper object
- Returns:
- the realm associated with the AssertionWrapper parameter
Apache CXF