- GetAccessControlContextAction - Class in org.wildfly.security.manager.action
-
A privileged action to get the current access control context.
- getCallerClass(int) - Method in class org.wildfly.security.manager.StackInspector
-
Get the caller class.
- getCallStack(int, int) - Method in class org.wildfly.security.manager.StackInspector
-
Get all or a portion of the call stack.
- getCallStack(int) - Method in class org.wildfly.security.manager.StackInspector
-
Get all or a portion of the call stack.
- getCallStack() - Method in class org.wildfly.security.manager.StackInspector
-
Get the call stack.
- GetClassLoaderAction - Class in org.wildfly.security.manager.action
-
A security action to get the class loader of a class.
- GetClassLoaderAction(Class<?>) - Constructor for class org.wildfly.security.manager.action.GetClassLoaderAction
-
Construct a new instance.
- getClassLoaderPrivileged(Class<?>) - Static method in class org.wildfly.security.manager.WildFlySecurityManager
-
Get the class loader for a class, doing a faster permission check that skips having to execute a privileged action
frame.
- GetContextClassLoaderAction - Class in org.wildfly.security.manager.action
-
An action which gets the current thread's context class loader.
- getCurrentContextClassLoaderPrivileged() - Static method in class org.wildfly.security.manager.WildFlySecurityManager
-
Get the current thread's context class loader, doing a faster permission check that skips having to execute a
privileged action frame.
- GetEnvironmentAction - Class in org.wildfly.security.manager.action
-
A security action which retrieves the current environment variable map.
- getEnvPropertyPrivileged(String, String) - Static method in class org.wildfly.security.manager.WildFlySecurityManager
-
Get an environmental property, doing a faster permission check that skips having to execute a privileged action frame.
- getInstance() - Static method in class org.wildfly.security.manager.action.ClearContextClassLoaderAction
-
Get the singleton instance.
- getInstance() - Static method in class org.wildfly.security.manager.action.GetAccessControlContextAction
-
Get the singleton instance.
- getInstance() - Static method in class org.wildfly.security.manager.action.GetContextClassLoaderAction
-
Get the singleton instance.
- getInstance() - Static method in class org.wildfly.security.manager.action.GetEnvironmentAction
-
Get the singleton instance.
- getInstance() - Static method in class org.wildfly.security.manager.action.GetSystemPropertiesAction
-
Get the singleton instance.
- getInstance() - Static method in class org.wildfly.security.manager.StackInspector
-
Get the singleton StackInspector
instance.
- GetModuleClassLoaderAction - Class in org.wildfly.security.manager.action
-
A security action to get the class loader for a module.
- GetModuleClassLoaderAction(Module) - Constructor for class org.wildfly.security.manager.action.GetModuleClassLoaderAction
-
Construct a new instance.
- getPrincipal(Class<P>, Subject) - Static method in class org.wildfly.security.manager.SubjectUtils
-
Get the principal of the given type.
- getPrivateCredential(Class<C>, Subject) - Static method in class org.wildfly.security.manager.SubjectUtils
-
Get the private credential of the given type.
- getPropertyPrivileged(String, String) - Static method in class org.wildfly.security.manager.WildFlySecurityManager
-
Get a property, doing a faster permission check that skips having to execute a privileged action frame.
- GetProtectionDomainAction - Class in org.wildfly.security.manager.action
-
A security action to get the protection domain of a class.
- GetProtectionDomainAction(Class<?>) - Constructor for class org.wildfly.security.manager.action.GetProtectionDomainAction
-
Construct a new instance.
- getPublicCredential(Class<C>, Subject) - Static method in class org.wildfly.security.manager.SubjectUtils
-
Get the public credential of the given type.
- getSystemEnvironmentPrivileged() - Static method in class org.wildfly.security.manager.WildFlySecurityManager
-
Get the system environment map, doing a faster permission check that skips having to execute a privileged action
frame.
- GetSystemPropertiesAction - Class in org.wildfly.security.manager.action
-
A security action to retrieve the system properties map.
- getSystemPropertiesPrivileged() - Static method in class org.wildfly.security.manager.WildFlySecurityManager
-
Get the system properties map, doing a faster permission check that skips having to execute a privileged action
frame.