Interface | Description |
---|---|
Account |
Parent interface of all identity types that are capable of authenticating.
|
AttributedType | |
IdentityType |
This interface is the base for all identity model objects.
|
Partition |
An abstract container representing a grouping of identity objects.
|
Relationship |
Represents a relationship between two or more
IdentityType , which is also
capable of supporting multiple attribute values. |
Class | Description |
---|---|
AbstractAttributedType |
Abstract base class for all AttributedType implementations
|
AbstractIdentityType |
Abstract base class for IdentityType implementations
|
AbstractPartition |
Base class for
Partition implementations. |
Attribute<T extends Serializable> |
Represents an attribute value, a type of metadata that can be associated with an IdentityType
|
AttributedType.QUERY_ATTRIBUTE | |
Relationship.RELATIONSHIP_QUERY_ATTRIBUTE |
Copyright © 2018 JBoss by Red Hat. All rights reserved.