Uses of Class
com.atlassian.confluence.impl.xsrf.SecurityLevel
-
Packages that use SecurityLevel Package Description com.atlassian.confluence.impl.xsrf -
-
Uses of SecurityLevel in com.atlassian.confluence.impl.xsrf
Methods in com.atlassian.confluence.impl.xsrf that return SecurityLevel Modifier and Type Method Description static SecurityLevelSecurityLevelConfig. getSecurityLevel()static SecurityLevelSecurityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityLevel[]SecurityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-