Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.STSException

Packages that use STSException
org.apache.cxf.sts   
org.apache.cxf.sts.request   
 

Uses of STSException in org.apache.cxf.sts
 

Methods in org.apache.cxf.sts that throw STSException
 void StaticSTSProperties.configureProperties()
          Load the CallbackHandler, Crypto objects, if necessary.
 void STSPropertiesMBean.configureProperties()
          Load/process the CallbackHandler, Crypto objects, etc.
 String RealmParser.parseRealm(WebServiceContext context)
          Return the realm of the current request given a WebServiceContext object
 

Uses of STSException in org.apache.cxf.sts.request
 

Methods in org.apache.cxf.sts.request that throw STSException
 void RequestParser.parseRequest(RequestSecurityTokenType request, WebServiceContext wsContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers)
           
 

Constructors in org.apache.cxf.sts.request that throw STSException
ReceivedToken(Object receivedToken)
           
 


Apache CXF API

Apache CXF