Uses of Class
com.axway.apim.api.model.AuthType
-
Packages that use AuthType Package Description com.axway.apim.api.model -
-
Uses of AuthType in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return AuthType Modifier and Type Method Description AuthTypeAuthenticationProfile. getType()static AuthTypeAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthType[]AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.axway.apim.api.model with parameters of type AuthType Modifier and Type Method Description voidAuthenticationProfile. setType(AuthType type)
-