Uses of Class
com.ibm.wsspi.security.credentials.saf.SAFCredential.Type
-
Packages that use SAFCredential.Type Package Description com.ibm.wsspi.security.credentials.saf -
-
Uses of SAFCredential.Type in com.ibm.wsspi.security.credentials.saf
Methods in com.ibm.wsspi.security.credentials.saf that return SAFCredential.Type Modifier and Type Method Description SAFCredential.TypeSAFCredential. getType()Retrieve the credential type.static SAFCredential.TypeSAFCredential.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SAFCredential.Type[]SAFCredential.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-