Searched defs:objectIdType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java140 IdType objectIdType = getIdType(idType);
143 if (!isOperationSupported(repo, objectIdType, IdOperation.CREATE)) {
154 if (isTypeAgent(objectIdType)) {
155 createAgent(idAttrs, objectIdType, idType, idName, realm, admin);
158 amIdentity = repo.createIdentity(objectIdType, idName, idAttrs);
161 if (IdType.USER.equals(objectIdType)) {
196 if (IdType.GROUP.equals(objectIdType) || IdType.ROLE.equals(objectIdType)) {
200 if (IdType.GROUP.equals(objectIdType)
204 if (IdType.ROLE.equals(objectIdType)
802 isTypeAgent(IdType objectIdType) argument
814 createAgent(Map<String, Set<String>> idAttrs, IdType objectIdType, String idType, String idName, String realm, SSOToken adminToken) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java140 IdType objectIdType = getIdType(idType);
143 if (!isOperationSupported(repo, objectIdType, IdOperation.CREATE)) {
154 if (isTypeAgent(objectIdType)) {
155 createAgent(idAttrs, objectIdType, idType, idName, realm, admin);
158 amIdentity = repo.createIdentity(objectIdType, idName, idAttrs);
161 if (IdType.USER.equals(objectIdType)) {
196 if (IdType.GROUP.equals(objectIdType) || IdType.ROLE.equals(objectIdType)) {
200 if (IdType.GROUP.equals(objectIdType)
204 if (IdType.ROLE.equals(objectIdType)
805 isTypeAgent(IdType objectIdType) argument
817 createAgent(Map<String, Set<String>> idAttrs, IdType objectIdType, String idType, String idName, String realm, SSOToken adminToken) argument
[all...]

Completed in 38 milliseconds