Package | Description |
---|---|
org.hibernate.cfg.annotations | |
org.jboss.security.acl | |
org.picketlink.identity.federation.core.sts.registry | |
org.picketlink.idm.jpa.model.sample.simple |
Constructor and Description |
---|
EntityBinder(Entity ejb3Ann,
Entity hibAnn,
XClass annotatedClass,
PersistentClass persistentClass,
Mappings mappings) |
Modifier and Type | Class and Description |
---|---|
class |
ACLEntryImpl
This class represents an entry in the Access Control List (ACL), and associates a permission to an identity.
|
class |
ACLImpl
Simple ACL implementation that keeps the entries in a Map whose keys are the identities of the entries, to provide
fast access.
|
Modifier and Type | Class and Description |
---|---|
class |
RevokedToken
RevokedToken is a simple JPA entity used by the JPABasedRevocationRegistry to persist the ids of the
revoked
security tokens. |
class |
SecurityToken
SecurityToken is a simple JPA entity used by the JPABasedTokenRegistry to persist tokens. |
Modifier and Type | Class and Description |
---|---|
class |
AccountTypeEntity |
class |
AttributedTypeEntity |
class |
AttributeTypeEntity |
class |
DigestCredentialTypeEntity
This entity is mapped to support DIGEST credential types using a
DigestCredentialStorage . |
class |
GroupTypeEntity |
class |
IdentityTypeEntity |
class |
OTPCredentialTypeEntity
This entity is mapped to support OTP credential types using a
OTPCredentialStorage . |
class |
PartitionTypeEntity |
class |
PasswordCredentialTypeEntity
This entity is mapped to support Password credential types using a
EncodedPasswordStorage . |
class |
PermissionTypeEntity
A simple entity mapping for permissions.
|
class |
RelationshipIdentityTypeEntity |
class |
RelationshipTypeEntity |
class |
RoleTypeEntity |
class |
TokenCredentialTypeEntity
|
class |
X509CredentialTypeEntity
This entity is mapped to support X509 credential types using a
X509CertificateStorage . |
Copyright © 2018 JBoss by Red Hat. All rights reserved.