Interface RealmParser


  • public interface RealmParser
    This interface defines a pluggable way of defining a realm for the current request.
    • Method Detail

      • parseRealm

        String parseRealm​(Map<String,​Object> messageContext)
                   throws org.apache.cxf.ws.security.sts.provider.STSException
        Return the realm of the current request given a message context map
        Throws:
        org.apache.cxf.ws.security.sts.provider.STSException