Uses of Class
com.sap.cloud.security.config.CredentialType
-
Packages that use CredentialType Package Description com.sap.cloud.security.config -
-
Uses of CredentialType in com.sap.cloud.security.config
Methods in com.sap.cloud.security.config that return CredentialType Modifier and Type Method Description static CredentialTypeCredentialType. from(String claimValue)default CredentialTypeOAuth2ServiceConfiguration. getCredentialType()Credential type as defined in "oauth2-configuration" of the xsuaa service instance security descriptor.static CredentialTypeCredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialType[]CredentialType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-