Uses of Interface
org.apache.cxf.sts.STSPropertiesMBean

Packages that use STSPropertiesMBean
org.apache.cxf.sts   
org.apache.cxf.sts.claims   
org.apache.cxf.sts.operation   
org.apache.cxf.sts.provider   
org.apache.cxf.sts.request   
org.apache.cxf.sts.token.canceller   
org.apache.cxf.sts.token.provider   
org.apache.cxf.sts.token.renewer   
org.apache.cxf.sts.token.validator   
 

Uses of STSPropertiesMBean in org.apache.cxf.sts
 

Classes in org.apache.cxf.sts that implement STSPropertiesMBean
 class StaticSTSProperties
          A static implementation of the STSPropertiesMBean.
 

Uses of STSPropertiesMBean in org.apache.cxf.sts.claims
 

Methods in org.apache.cxf.sts.claims that return STSPropertiesMBean
 STSPropertiesMBean ClaimsParameters.getStsProperties()
           
 

Methods in org.apache.cxf.sts.claims with parameters of type STSPropertiesMBean
 void ClaimsParameters.setStsProperties(STSPropertiesMBean stsProperties)
           
 

Uses of STSPropertiesMBean in org.apache.cxf.sts.operation
 

Fields in org.apache.cxf.sts.operation declared as STSPropertiesMBean
protected  STSPropertiesMBean AbstractOperation.stsProperties
           
 

Methods in org.apache.cxf.sts.operation with parameters of type STSPropertiesMBean
 void AbstractOperation.setStsProperties(STSPropertiesMBean stsProperties)
           
 

Uses of STSPropertiesMBean in org.apache.cxf.sts.provider
 

Methods in org.apache.cxf.sts.provider with parameters of type STSPropertiesMBean
 void DefaultSecurityTokenServiceProvider.setStsProperties(STSPropertiesMBean stsProperties)
           
 

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

Methods in org.apache.cxf.sts.request with parameters of type STSPropertiesMBean
 void RequestParser.parseRequest(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request, javax.xml.ws.WebServiceContext wsContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers)
           
 

Uses of STSPropertiesMBean in org.apache.cxf.sts.token.canceller
 

Methods in org.apache.cxf.sts.token.canceller that return STSPropertiesMBean
 STSPropertiesMBean TokenCancellerParameters.getStsProperties()
           
 

Methods in org.apache.cxf.sts.token.canceller with parameters of type STSPropertiesMBean
 void TokenCancellerParameters.setStsProperties(STSPropertiesMBean stsProperties)
           
 

Uses of STSPropertiesMBean in org.apache.cxf.sts.token.provider
 

Methods in org.apache.cxf.sts.token.provider that return STSPropertiesMBean
 STSPropertiesMBean TokenProviderParameters.getStsProperties()
           
 

Methods in org.apache.cxf.sts.token.provider with parameters of type STSPropertiesMBean
 void TokenProviderParameters.setStsProperties(STSPropertiesMBean stsProperties)
           
 

Uses of STSPropertiesMBean in org.apache.cxf.sts.token.renewer
 

Methods in org.apache.cxf.sts.token.renewer that return STSPropertiesMBean
 STSPropertiesMBean TokenRenewerParameters.getStsProperties()
           
 

Methods in org.apache.cxf.sts.token.renewer with parameters of type STSPropertiesMBean
 void TokenRenewerParameters.setStsProperties(STSPropertiesMBean stsProperties)
           
 

Uses of STSPropertiesMBean in org.apache.cxf.sts.token.validator
 

Methods in org.apache.cxf.sts.token.validator that return STSPropertiesMBean
 STSPropertiesMBean TokenValidatorParameters.getStsProperties()
           
 

Methods in org.apache.cxf.sts.token.validator with parameters of type STSPropertiesMBean
 void TokenValidatorParameters.setStsProperties(STSPropertiesMBean stsProperties)
           
 



Apache CXF