| Package | Description |
|---|---|
| org.jboss.security |
The basic security interfaces and classes are now located in the
jbosssx module.
|
| org.picketlink.identity.federation.core |
| Modifier and Type | Class and Description |
|---|---|
class |
NestableGroup
An implementation of Group that allows that acts as a stack of Groups
with a single Group member active at any time.
|
class |
NestablePrincipal
An implementation of Group that allows that acts as a stack of Principals
with a single Principal Group member active at any time.
|
class |
RunAsIdentity
The RunAsIdentity is a Principal that associates the run-as principal
with his run-as role(s).
|
class |
SimpleGroup
An implementation of Group that manages a collection of Principal
objects based on their hashCode() and equals() methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerializablePrincipal
An instance of
Principal that is Serializable
we can just use SimplePrincipal that implements Principal and Serializable |
Copyright © 2022 JBoss by Red Hat. All rights reserved.