Uses of Class
org.apache.cxf.ws.security.sts.provider.STSException
-
Packages that use STSException Package Description 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 Modifier and Type Method Description voidStaticSTSProperties. configureProperties()Load the CallbackHandler, Crypto objects, if necessary.voidSTSPropertiesMBean. configureProperties()Load/process the CallbackHandler, Crypto objects, etc.StringRealmParser. parseRealm(Map<String,Object> messageContext)Return the realm of the current request given a message context map -
Uses of STSException in org.apache.cxf.sts.request
Methods in org.apache.cxf.sts.request that throw STSException Modifier and Type Method Description RequestRequirementsRequestParser. parseRequest(RequestSecurityTokenType request, Map<String,Object> messageContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers)Constructors in org.apache.cxf.sts.request that throw STSException Constructor Description ReceivedToken(Object receivedToken)
-