Uses of Class
org.apache.cxf.sts.SignatureProperties
Packages that use SignatureProperties
-
Uses of SignatureProperties in org.apache.cxf.sts
Methods in org.apache.cxf.sts that return SignaturePropertiesModifier and TypeMethodDescriptionStaticSTSProperties.getSignatureProperties()Get the SignatureProperties to use.STSPropertiesMBean.getSignatureProperties()Get the SignatureProperties to use.Methods in org.apache.cxf.sts with parameters of type SignaturePropertiesModifier and TypeMethodDescriptionvoidStaticSTSProperties.setSignatureProperties(SignatureProperties signatureProperties) Set the SignatureProperties to use.voidSTSPropertiesMBean.setSignatureProperties(SignatureProperties signatureProperties) Set the SignatureProperties to use. -
Uses of SignatureProperties in org.apache.cxf.sts.token.realm
Methods in org.apache.cxf.sts.token.realm that return SignaturePropertiesModifier and TypeMethodDescriptionRealmProperties.getSignatureProperties()Get the SignatureProperties to use.Methods in org.apache.cxf.sts.token.realm with parameters of type SignaturePropertiesModifier and TypeMethodDescriptionvoidRealmProperties.setSignatureProperties(SignatureProperties signatureProperties) Set the SignatureProperties to use.