Searched refs:getSpecialIdentities (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/
H A DIdRepoSampleGetSpecialIds.java71 isr = idRepo.getSpecialIdentities(IdType.ROLE);
82 isr = idRepo.getSpecialIdentities(IdType.USER);
93 isr = idRepo.getSpecialIdentities(IdType.GROUP);
104 isr = idRepo.getSpecialIdentities(IdType.AGENT);
115 isr = idRepo.getSpecialIdentities(IdType.REALM);
127 isr = idRepo.getSpecialIdentities(IdType.FILTEREDROLE);
146 * the AMIdentityRepository.getSpecialIdentities(IdType.xxx) call.
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/
H A DIdRepoSampleGetSpecialIds.java71 isr = idRepo.getSpecialIdentities(IdType.ROLE);
82 isr = idRepo.getSpecialIdentities(IdType.USER);
93 isr = idRepo.getSpecialIdentities(IdType.GROUP);
104 isr = idRepo.getSpecialIdentities(IdType.AGENT);
115 isr = idRepo.getSpecialIdentities(IdType.REALM);
127 isr = idRepo.getSpecialIdentities(IdType.FILTEREDROLE);
146 * the AMIdentityRepository.getSpecialIdentities(IdType.xxx) call.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java200 public IdSearchResults getSpecialIdentities(IdType type) method in class:AMIdentityRepository
203 IdSearchResults results = getSpecialIdentities(token, type,
647 public IdSearchResults getSpecialIdentities(SSOToken token, IdType type, method in class:AMIdentityRepository
650 return idServices.getSpecialIdentities(token, type, orgName);
H A DIdServices.java176 public IdSearchResults getSpecialIdentities(SSOToken token, IdType type, method in interface:IdServices
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DSearchIdentities.java102 amir.getSpecialIdentities(IdType.USER);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DSearchIdentities.java102 amir.getSpecialIdentities(IdType.USER);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java201 public IdSearchResults getSpecialIdentities(IdType type) method in class:AMIdentityRepository
204 IdSearchResults results = getSpecialIdentities(token, type,
669 public IdSearchResults getSpecialIdentities(SSOToken token, IdType type, method in class:AMIdentityRepository
672 return idServices.getSpecialIdentities(token, type, orgName);
H A DIdServices.java211 public IdSearchResults getSpecialIdentities(SSOToken token, IdType type, method in interface:IdServices
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java323 public IdSearchResults getSpecialIdentities(SSOToken token, IdType type, String orgName) method in class:IdServicesDecorator
325 return delegate.getSpecialIdentities(token, type, orgName);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java328 public IdSearchResults getSpecialIdentities(SSOToken token, IdType type, String orgName) method in class:IdServicesDecorator
330 return delegate.getSpecialIdentities(token, type, orgName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java827 public IdSearchResults getSpecialIdentities( method in class:IdRemoteServicesImpl
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java1048 IdSearchResults results = repo.getSpecialIdentities(IdType.USER);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java1052 IdSearchResults results = repo.getSpecialIdentities(IdType.USER);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java828 public IdSearchResults getSpecialIdentities( method in class:IdRemoteServicesImpl
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java815 IdSearchResults result = idServices.getSpecialIdentities(
H A DIdServicesImpl.java1608 public IdSearchResults getSpecialIdentities(SSOToken token, IdType type, method in class:IdServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java817 IdSearchResults result = idServices.getSpecialIdentities(
H A DIdServicesImpl.java1582 public IdSearchResults getSpecialIdentities(SSOToken token, IdType type, method in class:IdServicesImpl
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java880 IdSearchResults results = repo.getSpecialIdentities(IdType.USER);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java883 IdSearchResults results = repo.getSpecialIdentities(IdType.USER);

Completed in 113 milliseconds