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(javax.xml.ws.WebServiceContext context)
          Return the realm of the current request given a WebServiceContext object
 

Method Detail

parseRealm

String parseRealm(javax.xml.ws.WebServiceContext context)
                  throws org.apache.cxf.ws.security.sts.provider.STSException
Return the realm of the current request given a WebServiceContext object

Throws:
org.apache.cxf.ws.security.sts.provider.STSException


Apache CXF