Uses of Class
de.adorsys.psd2.xs2a.core.authorisation.AuthorisationType
-
Packages that use AuthorisationType Package Description de.adorsys.psd2.xs2a.core.authorisation -
-
Uses of AuthorisationType in de.adorsys.psd2.xs2a.core.authorisation
Methods in de.adorsys.psd2.xs2a.core.authorisation that return AuthorisationType Modifier and Type Method Description static AuthorisationTypeAuthorisationType. fromValue(String text)Maps textual representation to AuthorisationType enum-value.AuthorisationTypeAuthorisation. getAuthorisationType()static AuthorisationTypeAuthorisationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorisationType[]AuthorisationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.xs2a.core.authorisation with parameters of type AuthorisationType Modifier and Type Method Description voidAuthorisation. setAuthorisationType(AuthorisationType authorisationType)Constructors in de.adorsys.psd2.xs2a.core.authorisation with parameters of type AuthorisationType Constructor Description Authorisation(String authorisationId, PsuIdData psuIdData, String parentId, AuthorisationType authorisationType, ScaStatus scaStatus)
-