Apache CXF API

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
 String parseRealm(WebServiceContext context)
          Return the realm of the current request given a WebServiceContext object
 

Method Detail

parseRealm

String parseRealm(WebServiceContext context)
                  throws STSException
Return the realm of the current request given a WebServiceContext object

Throws:
STSException

Apache CXF API

Apache CXF