Uses of Class
net.interus.keycloak.tokencode.exception.SendingFailure
Packages that use SendingFailure
Package
Description
-
Uses of SendingFailure in net.interus.keycloak.tokencode
Methods in net.interus.keycloak.tokencode that throw SendingFailureModifier and TypeMethodDescriptionintTokenCodeService.sendCode(String uri, String toAddress, TokenCodeType type, String credentialType, String credentialData) intTokenCodeService.sendCode(String uri, String toAddress, TokenCodeType type, MediaType mediaType, String credentialType, String credentialData, Message message) intTokenCodeService.sendCode(String uri, String toAddress, TokenCodeType type, MediaType mediaType, String credentialType, String credentialData, Message message, Integer expiresIn) intTokenCodeService.sendCode(String uri, TokenCodeType type, String credentialType, String credentialData) intTokenCodeService.sendCode(String uri, TokenCodeType type, String credentialType, String credentialData, SendingDelegator delegator) booleanTokenCodeService.sendMessage(String toAddress, MediaType mediaType, Message message) -
Uses of SendingFailure in net.interus.keycloak.tokencode.delegation
Methods in net.interus.keycloak.tokencode.delegation that throw SendingFailureModifier and TypeMethodDescriptionbooleanSendingDelegator.onSending(TokenCodeRepresentation tokenCode, Message message) -
Uses of SendingFailure in net.interus.keycloak.tokencode.impl
Methods in net.interus.keycloak.tokencode.impl that throw SendingFailureModifier and TypeMethodDescriptionbooleanTokenCodeServiceImpl._sendMessage(String toAddress, MediaType mediaType, Message message) booleanTokenCodeServiceImpl.onSending(TokenCodeRepresentation tokenCode, Message message) intTokenCodeServiceImpl.sendCode(String uri, String toAddress, TokenCodeType type, String credentialType, String credentialData) intTokenCodeServiceImpl.sendCode(String uri, String toAddress, TokenCodeType type, MediaType mediaType, String credentialType, String credentialData, Message message) intTokenCodeServiceImpl.sendCode(String uri, String toAddress, TokenCodeType type, MediaType mediaType, String credentialType, String credentialData, Message message, Integer expiresIn) intTokenCodeServiceImpl.sendCode(String uri, TokenCodeType type, String credentialType, String credentialData) intTokenCodeServiceImpl.sendCode(String uri, TokenCodeType type, String credentialType, String credentialData, SendingDelegator delegator) booleanTokenCodeServiceImpl.sendMessage(String toAddress, MediaType mediaType, Message message) -
Uses of SendingFailure in net.interus.keycloak.tokencode.relay
Methods in net.interus.keycloak.tokencode.relay that throw SendingFailure