Uses of Interface
org.apache.rahas.impl.util.SAMLCallbackHandler
Packages that use SAMLCallbackHandler
-
Uses of SAMLCallbackHandler in org.apache.rahas.impl
Fields in org.apache.rahas.impl declared as SAMLCallbackHandlerModifier and TypeFieldDescriptionprotected SAMLCallbackHandlerSAMLTokenIssuerConfig.callbackHandlerMethods in org.apache.rahas.impl that return SAMLCallbackHandlerModifier and TypeMethodDescriptionSAMLTokenIssuerConfig.getCallbackHander()Deprecated.SAMLTokenIssuerConfig.getCallbackHandler()Methods in org.apache.rahas.impl with parameters of type SAMLCallbackHandlerModifier and TypeMethodDescriptionvoidSAMLTokenIssuerConfig.setCallbackHander(SAMLCallbackHandler callbackHandler) Deprecated.voidSAMLTokenIssuerConfig.setCallbackHandler(SAMLCallbackHandler callbackHandler) -
Uses of SAMLCallbackHandler in org.apache.rahas.impl.util
Methods in org.apache.rahas.impl.util that return SAMLCallbackHandlerModifier and TypeMethodDescriptionstatic SAMLCallbackHandlerCommonUtil.getSAMLCallbackHandler(SAMLTokenIssuerConfig tokenIssuerConfiguration, RahasData data) Gets the SAML callback handler.