Package org.apache.cxf.sts
Interface RealmParser
public interface RealmParser
This interface defines a pluggable way of defining a realm for the current request.
-
Method Summary
Modifier and TypeMethodDescriptionparseRealm(Map<String, Object> messageContext) Return the realm of the current request given a message context map
-
Method Details
-
parseRealm
Return the realm of the current request given a message context map- Throws:
STSException
-