Searched defs:entity (Results 1 - 25 of 91) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityUtils.java29 package com.sun.identity.entity;
H A DEntityObjectImpl.java29 package com.sun.identity.entity;
63 protected AMOrganization entity = null; field in class:EntityObjectImpl
73 * Name of this entity.eg.cn=websphereAgent
75 * Type of entity being created. eg. Agent The types supported by
79 * Location of the entity creation.eg.www.abc.com
100 if (entity != null) {
101 Set entityObjs = entity.createEntities(type, input);
119 * @param entityName Name of this entity. example
121 * @param entityType Type of entity being created. eg. Agent The types
124 * @param entityLocation Location of the entity creatio
[all...]
H A DEntityException.java29 package com.sun.identity.entity;
H A DEntityObjectIF.java29 package com.sun.identity.entity;
49 * Name of the entity.eg.cn=websphereAgent
51 * Type of entity being created. eg. Agent The types supported by
55 * Location of the entity creation.eg.www.abc.com
73 * @param entityName Name of the entity. example
75 * @param entityType Type of entity being created. eg. Agent The types
78 * @param entityLocation Location of the entity creation. example
93 * Name of the entity.eg.cn=websphereAgent
95 * Type of entity being created. eg. Agent The types supported by
99 * Location of the entity creatio
[all...]
H A DEntityObject.java30 package com.sun.identity.entity;
68 * Creates entity.
71 * Name of the entity.eg.cn=websphereAgent.
73 * Type of entity being created. eg. Agent The types supported by
77 * Map where the key is the name of the entity, and the value is
109 * Name of the entity.eg.cn=websphereAgent
111 * Type of entity being created. eg. Agent The types supported by
138 * Returns the entity object for each entity given the entityType and
141 * @param entityName Name of the entity
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityUtils.java29 package com.sun.identity.entity;
H A DEntityObjectImpl.java29 package com.sun.identity.entity;
63 protected AMOrganization entity = null; field in class:EntityObjectImpl
73 * Name of this entity.eg.cn=websphereAgent
75 * Type of entity being created. eg. Agent The types supported by
79 * Location of the entity creation.eg.www.abc.com
100 if (entity != null) {
101 Set entityObjs = entity.createEntities(type, input);
119 * @param entityName Name of this entity. example
121 * @param entityType Type of entity being created. eg. Agent The types
124 * @param entityLocation Location of the entity creatio
[all...]
H A DEntityException.java29 package com.sun.identity.entity;
H A DEntityObjectIF.java29 package com.sun.identity.entity;
49 * Name of the entity.eg.cn=websphereAgent
51 * Type of entity being created. eg. Agent The types supported by
55 * Location of the entity creation.eg.www.abc.com
73 * @param entityName Name of the entity. example
75 * @param entityType Type of entity being created. eg. Agent The types
78 * @param entityLocation Location of the entity creation. example
93 * Name of the entity.eg.cn=websphereAgent
95 * Type of entity being created. eg. Agent The types supported by
99 * Location of the entity creatio
[all...]
H A DEntityObject.java30 package com.sun.identity.entity;
68 * Creates entity.
71 * Name of the entity.eg.cn=websphereAgent.
73 * Type of entity being created. eg. Agent The types supported by
77 * Map where the key is the name of the entity, and the value is
109 * Name of the entity.eg.cn=websphereAgent
111 * Type of entity being created. eg. Agent The types supported by
138 * Returns the entity object for each entity given the entityType and
141 * @param entityName Name of the entity
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DRefreshTokenResource.java75 * @param entity The entity on the request.
80 public Representation token(Representation entity) throws OAuth2RestletException { argument
H A DTokenEndpointResource.java78 * @param entity The entity on the request.
83 public Representation token(Representation entity) throws OAuth2RestletException { argument
H A DAuthorizeResource.java139 * @param entity The entity on the request.
144 public Representation authorize(Representation entity) throws OAuth2RestletException { argument
/forgerock/openam-v13/openam-oauth2-common/openid-connect-restlet/src/main/java/org/forgerock/openidconnect/restlet/
H A DConnectClientRegistration.java79 * @param entity The representation of the client registration details.
84 public Representation createClient(Representation entity) throws OAuth2RestletException { argument
/forgerock/openam-v13/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/restlet/
H A DSaml2BearerServerResource.java112 public Representation token(final Representation entity) throws OAuth2RestletException { argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DRefreshTokenResource.java75 * @param entity The entity on the request.
80 public Representation token(Representation entity) throws OAuth2RestletException { argument
H A DTokenEndpointResource.java78 * @param entity The entity on the request.
83 public Representation token(Representation entity) throws OAuth2RestletException { argument
H A DAuthorizeResource.java154 * @param entity The entity on the request.
159 public Representation authorize(Representation entity) throws OAuth2RestletException { argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/restlet/
H A DConnectClientRegistration.java79 * @param entity The representation of the client registration details.
84 public Representation createClient(Representation entity) throws OAuth2RestletException { argument
/forgerock/openam/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/restlet/
H A DSaml2BearerServerResource.java112 public Representation token(final Representation entity) throws OAuth2RestletException { argument
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/
H A DEntityManager.java43 * Creates an entity into the data store.
45 * @param entityType the type of the entity
46 * @param entitySubject the subject of the entity
47 * @param entity the entity to create
48 * @param expiry the time until which the entity is valid
49 * @return entityId the identifier generated for this entity
53 Map<String, String> entity, Date expiry) throws OAuthServiceException;
56 * Reads an entity from the data store.
58 * @param entityId the identifier of the entity
52 createEntity(String entityType, String entitySubject, Map<String, String> entity, Date expiry) argument
85 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument
[all...]
H A DEntityManagerImpl.java47 // Cache uses entity types as the keys and entity caches as values
51 * Creates an entity into the data store.
53 * @param entityType the type of the entity
54 * @param entitySubject the subject of the entity
55 * @param entity the entity to create
56 * @param expiry the time until which the entity is valid
57 * @return entityId the identifier generated for this entity
61 Map<String, String> entity, Dat
60 createEntity(String entityType, String entitySubject, Map<String, String> entity, Date expiry) argument
191 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument
238 private Map<String, String> entity; field in class:EntityManagerImpl.EntityWithExpiry
241 EntityWithExpiry(Map<String, String> entity, Date expiry) argument
250 setEntity(Map<String, String> entity) argument
[all...]
/forgerock/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A DHttpClientRequest.java70 * Set the message entity.
72 * @param entity
74 public void setEntity(String entity); argument
112 * Retrieve the entity set on the request.
114 * @return The entity set on the request.
H A DSimpleHttpClientRequest.java35 private String entity; field in class:SimpleHttpClientRequest
75 public void setEntity(String entity) { argument
76 this.entity = entity;
111 return entity;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DTokenRevocationResource.java105 * @param entity The entity on the request.
110 public Representation revoke(Representation entity) throws OAuth2RestletException { argument

Completed in 44 milliseconds

1234