Uses of Class
de.adorsys.xs2a.adapter.api.model.AuthenticationType
-
-
Uses of AuthenticationType in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return AuthenticationType Modifier and Type Method Description static AuthenticationTypeAuthenticationType. fromValue(String value)AuthenticationTypeAuthenticationObject. getAuthenticationType()static AuthenticationTypeAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.xs2a.adapter.api.model with parameters of type AuthenticationType Modifier and Type Method Description voidAuthenticationObject. setAuthenticationType(AuthenticationType authenticationType)
-