Modifier and Type | Class and Description |
---|---|
class |
EntityObjectDAOHibernate<T extends EntityObject> |
Modifier and Type | Class and Description |
---|---|
class |
SiteApproval
Records whether authentication for a particular user of a particular site is always allowed.
|
Modifier and Type | Class and Description |
---|---|
class |
Profile
A profile encapsulates a set of attributes for a user which are provided to an openid client (relying party).
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute
Attributes are essentially entries in a Map<String,String> (such as "First name"->"John"), and they make up
the actual content of a
Profile which is sent over to an
open id client. |
Modifier and Type | Class and Description |
---|---|
class |
AuthRecord
Provides an audit trail of the logins which each user has allowed.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressRestriction
Records allowed or disallowed address patterns (depending on what
Property.SERVER_TRUST_RESTRICTION_TYPE is set to)
which can be configured by the administrator of the crowd-id server. |
Modifier and Type | Class and Description |
---|---|
class |
Site
A particular openid relying party (aka the site which sent the user to us), identified by its realm (url).
|
Modifier and Type | Class and Description |
---|---|
class |
User
An end user who has their identity stored in one or more
Profile s, and then can choose to provide one of
these profiles when an openid client (relying party) requests the openid server to authenticate the user. |
Copyright © 2020 Atlassian. All rights reserved.