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 SAMLCallbackHandler
SAMLTokenIssuerConfig.callbackHandler
Methods 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 TypeMethodDescriptionvoid
SAMLTokenIssuerConfig.setCallbackHander
(SAMLCallbackHandler callbackHandler) Deprecated.void
SAMLTokenIssuerConfig.setCallbackHandler
(SAMLCallbackHandler callbackHandler) -
Uses of SAMLCallbackHandler in org.apache.rahas.impl.util
Methods in org.apache.rahas.impl.util that return SAMLCallbackHandlerModifier and TypeMethodDescriptionstatic SAMLCallbackHandler
CommonUtil.getSAMLCallbackHandler
(SAMLTokenIssuerConfig tokenIssuerConfiguration, RahasData data) Gets the SAML callback handler.