Uses of Interface
org.apache.cxf.sts.STSPropertiesMBean
-
-
Uses of STSPropertiesMBean in org.apache.cxf.sts
Classes in org.apache.cxf.sts that implement STSPropertiesMBean Modifier and Type Class Description classStaticSTSPropertiesA static implementation of the STSPropertiesMBean. -
Uses of STSPropertiesMBean in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return STSPropertiesMBean Modifier and Type Method Description STSPropertiesMBeanClaimsParameters. getStsProperties()Methods in org.apache.cxf.sts.claims with parameters of type STSPropertiesMBean Modifier and Type Method Description voidClaimsParameters. setStsProperties(STSPropertiesMBean stsProperties) -
Uses of STSPropertiesMBean in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation declared as STSPropertiesMBean Modifier and Type Field Description protected STSPropertiesMBeanAbstractOperation. stsPropertiesMethods in org.apache.cxf.sts.operation with parameters of type STSPropertiesMBean Modifier and Type Method Description voidAbstractOperation. setStsProperties(STSPropertiesMBean stsProperties) -
Uses of STSPropertiesMBean in org.apache.cxf.sts.provider
Methods in org.apache.cxf.sts.provider with parameters of type STSPropertiesMBean Modifier and Type Method Description voidDefaultSecurityTokenServiceProvider. setStsProperties(STSPropertiesMBean stsProperties) -
Uses of STSPropertiesMBean in org.apache.cxf.sts.request
Methods in org.apache.cxf.sts.request with parameters of type STSPropertiesMBean Modifier and Type Method Description RequestRequirementsRequestParser. parseRequest(RequestSecurityTokenType request, Map<String,Object> messageContext, 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 Modifier and Type Method Description STSPropertiesMBeanTokenCancellerParameters. getStsProperties()Methods in org.apache.cxf.sts.token.canceller with parameters of type STSPropertiesMBean Modifier and Type Method Description voidTokenCancellerParameters. setStsProperties(STSPropertiesMBean stsProperties) -
Uses of STSPropertiesMBean in org.apache.cxf.sts.token.delegation
Methods in org.apache.cxf.sts.token.delegation that return STSPropertiesMBean Modifier and Type Method Description STSPropertiesMBeanTokenDelegationParameters. getStsProperties()Methods in org.apache.cxf.sts.token.delegation with parameters of type STSPropertiesMBean Modifier and Type Method Description voidTokenDelegationParameters. setStsProperties(STSPropertiesMBean stsProperties) -
Uses of STSPropertiesMBean in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return STSPropertiesMBean Modifier and Type Method Description STSPropertiesMBeanTokenProviderParameters. getStsProperties()Methods in org.apache.cxf.sts.token.provider with parameters of type STSPropertiesMBean Modifier and Type Method Description static ElementTokenProviderUtils. encryptToken(Element element, String id, STSPropertiesMBean stsProperties, EncryptionProperties encryptionProperties, KeyRequirements keyRequirements, Map<String,Object> messageContext)Encrypt a Token element using the given arguments.voidTokenProviderParameters. setStsProperties(STSPropertiesMBean stsProperties)protected voidAbstractSAMLTokenProvider. signToken(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion, RealmProperties samlRealm, STSPropertiesMBean stsProperties, KeyRequirements keyRequirements) -
Uses of STSPropertiesMBean in org.apache.cxf.sts.token.renewer
Methods in org.apache.cxf.sts.token.renewer that return STSPropertiesMBean Modifier and Type Method Description STSPropertiesMBeanTokenRenewerParameters. getStsProperties()Methods in org.apache.cxf.sts.token.renewer with parameters of type STSPropertiesMBean Modifier and Type Method Description voidTokenRenewerParameters. setStsProperties(STSPropertiesMBean stsProperties) -
Uses of STSPropertiesMBean in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator that return STSPropertiesMBean Modifier and Type Method Description STSPropertiesMBeanTokenValidatorParameters. getStsProperties()Methods in org.apache.cxf.sts.token.validator with parameters of type STSPropertiesMBean Modifier and Type Method Description voidTokenValidatorParameters. setStsProperties(STSPropertiesMBean stsProperties)
-