Uses of Enum Class
com.predic8.membrane.core.interceptor.session.Session.AuthorizationLevel
Packages that use Session.AuthorizationLevel
-
Uses of Session.AuthorizationLevel in com.predic8.membrane.core.interceptor.session
Methods in com.predic8.membrane.core.interceptor.session that return Session.AuthorizationLevelModifier and TypeMethodDescriptionprotected Session.AuthorizationLevelSession.getAuthorization()static Session.AuthorizationLevelReturns the enum constant of this class with the specified name.static Session.AuthorizationLevel[]Session.AuthorizationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.predic8.membrane.core.interceptor.session with parameters of type Session.AuthorizationLevelModifier and TypeMethodDescriptionprotected voidSession.setAuthorization(Session.AuthorizationLevel level)