Uses of Class
com.saperion.ngc.authorization.DuplicateSessionHandlingMode
-
Packages that use DuplicateSessionHandlingMode Package Description com.saperion.ngc.authorization Package for authorization component classes. -
-
Uses of DuplicateSessionHandlingMode in com.saperion.ngc.authorization
Methods in com.saperion.ngc.authorization that return DuplicateSessionHandlingMode Modifier and Type Method Description static DuplicateSessionHandlingModeDuplicateSessionHandlingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DuplicateSessionHandlingMode[]DuplicateSessionHandlingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-