/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/ |
H A D | IdRepoSampleGetSpecialIds.java | 71 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 D | IdRepoSampleGetSpecialIds.java | 71 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 D | AMIdentityRepository.java | 200 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 D | IdServices.java | 176 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 D | SearchIdentities.java | 102 amir.getSpecialIdentities(IdType.USER);
|
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/ |
H A D | SearchIdentities.java | 102 amir.getSpecialIdentities(IdType.USER);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/ |
H A D | AMIdentityRepository.java | 201 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 D | IdServices.java | 211 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 D | IdServicesDecorator.java | 323 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 D | IdServicesDecorator.java | 328 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 D | IdRemoteServicesImpl.java | 827 public IdSearchResults getSpecialIdentities( method in class:IdRemoteServicesImpl
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/ |
H A D | AMModelBase.java | 1048 IdSearchResults results = repo.getSpecialIdentities(IdType.USER);
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/ |
H A D | AMModelBase.java | 1052 IdSearchResults results = repo.getSpecialIdentities(IdType.USER);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/ |
H A D | IdRemoteServicesImpl.java | 828 public IdSearchResults getSpecialIdentities( method in class:IdRemoteServicesImpl
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/ |
H A D | IdRepoJAXRPCObjectImpl.java | 815 IdSearchResults result = idServices.getSpecialIdentities(
|
H A D | IdServicesImpl.java | 1608 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 D | IdRepoJAXRPCObjectImpl.java | 817 IdSearchResults result = idServices.getSpecialIdentities(
|
H A D | IdServicesImpl.java | 1582 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 D | IdentityServicesImpl.java | 880 IdSearchResults results = repo.getSpecialIdentities(IdType.USER);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/ |
H A D | IdentityServicesImpl.java | 883 IdSearchResults results = repo.getSpecialIdentities(IdType.USER);
|