Uses of Class
de.adorsys.multibanking.web.model.AuthenticationTypeTO
-
Packages that use AuthenticationTypeTO Package Description de.adorsys.multibanking.web.mapper de.adorsys.multibanking.web.model -
-
Uses of AuthenticationTypeTO in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper that return AuthenticationTypeTO Modifier and Type Method Description protected AuthenticationTypeTOConsentAuthorisationMapperImpl. authenticationTypeToAuthenticationTypeTO(de.adorsys.multibanking.domain.AuthenticationType authenticationType) -
Uses of AuthenticationTypeTO in de.adorsys.multibanking.web.model
Methods in de.adorsys.multibanking.web.model that return AuthenticationTypeTO Modifier and Type Method Description static AuthenticationTypeTOAuthenticationTypeTO. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthenticationTypeTO[]AuthenticationTypeTO. values()Returns an array containing the constants of this enum type, in the order they are declared.
-