Package | Description |
---|---|
org.wildfly.security.auth.client |
Elytron Client enable remote clients to authenticate using Elytron.
|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
org.wildfly.security.manager |
The WildFly security manager implementation and supporting utilities.
|
Modifier and Type | Method and Description |
---|---|
<T,P> T |
AuthenticationContext.run(P parameter,
ParametricPrivilegedExceptionAction<T,P> action)
Run a privileged action with this authentication context associated for the duration of the task.
|
<T,P> T |
PeerIdentity.runAs(P parameter,
ParametricPrivilegedExceptionAction<T,P> action)
Run an action under this identity.
|
static <T,P> T |
PeerIdentity.runAsAll(P parameter,
ParametricPrivilegedExceptionAction<T,P> privilegedAction,
PeerIdentity... identities)
Run an action under a series of identities.
|
Modifier and Type | Method and Description |
---|---|
<T,P> T |
SecurityIdentity.runAs(P parameter,
ParametricPrivilegedExceptionAction<T,P> action)
Deprecated.
Use
Scoped.runAsFunctionEx(ExceptionFunction, Object) instead. |
Modifier and Type | Method and Description |
---|---|
static <T,P> T |
WildFlySecurityManager.doChecked(P parameter,
ParametricPrivilegedExceptionAction<T,P> action)
Perform an action with permission checking enabled.
|
static <T,P> T |
WildFlySecurityManager.doChecked(P parameter,
ParametricPrivilegedExceptionAction<T,P> action,
AccessControlContext context)
Perform an action with permission checking enabled.
|
static <T,P> T |
WildFlySecurityManager.doPrivilegedWithParameter(P parameter,
ParametricPrivilegedExceptionAction<T,P> action)
Execute a parametric privileged action with the given parameter in a privileged context.
|
static <T,P> T |
WildFlySecurityManager.doPrivilegedWithParameter(P parameter,
ParametricPrivilegedExceptionAction<T,P> action,
AccessControlContext accessControlContext)
Execute a parametric privileged action with the given parameter with the given context.
|
static <T,P> T |
WildFlySecurityManager.doUnchecked(P parameter,
ParametricPrivilegedExceptionAction<T,P> action)
Perform an action with permission checking disabled.
|
static <T,P> T |
WildFlySecurityManager.doUnchecked(P parameter,
ParametricPrivilegedExceptionAction<T,P> action,
AccessControlContext context)
Perform an action with permission checking disabled.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.