Uses of Enum Class
com.atlassian.crowd.annotation.AccessType
Package
Description
-
Uses of AccessType in com.atlassian.crowd.annotation
Modifier and TypeMethodDescriptionstatic AccessType
AccessType.getAccessType
(Class<?> clazz, String methodName, Class<?>... parameterTypes) Calculates the access type of given method based on annotations found on package, class and method.static AccessType
Returns the enum constant of this class with the specified name.static AccessType[]
AccessType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
AnnotatedSecurityChecker.isAllowedFor
(AccessType accessType) boolean
NoCheckSecurityChecker.isAllowedFor
(AccessType accessType) boolean
SecurityChecker.isAllowedFor
(AccessType accessType) -
Uses of AccessType in com.atlassian.crowd.manager.bootstrap
Modifier and TypeMethodDescriptionStrutsActionMapHelper.getActionParticulars
(String namespace, String actionName) Returns theAccessType
associated with the given action, ornull
if the action is not found.Modifier and TypeMethodDescriptionStrutsActionMapHelper.ActionParticulars.accessType()
Returns the value of theaccessType
record component.ModifierConstructorDescriptionActionParticulars
(String pluginKey, Supplier<AccessType> accessType) Creates an instance of aActionParticulars
record class. -
Uses of AccessType in com.atlassian.crowd.plugin.web.filter
Modifier and TypeMethodDescriptionAccessTypeAnalyzer.getAccessType
(Class<?> clazz, String methodName) AccessTypeAnalyzer.getAccessType
(javax.servlet.http.HttpServletRequest servletRequest) CachedHttpRequestAccessTypeAnalyzer.getAccessType
(Class<?> servletClass, String methodName) CachedHttpRequestAccessTypeAnalyzer.getAccessType
(javax.servlet.http.HttpServletRequest servletRequest) CachedPluginServletAccessTypeAnalyzer.getAccessType
(Class<?> servletClass, javax.servlet.http.HttpServletRequest servletRequest) HttpRequestAccessTypeAnalyzer.getAccessType
(Class<?> servletClass, String methodName) HttpRequestAccessTypeAnalyzer.getAccessType
(javax.servlet.http.HttpServletRequest servletRequest)