Package org.apache.cxf.sts
Interface RealmParser
-
public interface RealmParserThis interface defines a pluggable way of defining a realm for the current request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringparseRealm(Map<String,Object> messageContext)Return the realm of the current request given a message context map
-
-
-
Method Detail
-
parseRealm
String parseRealm(Map<String,Object> messageContext) throws STSException
Return the realm of the current request given a message context map- Throws:
STSException
-
-