Searched defs:getFullyQualifiedNames (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheBlock.java96 public Set getFullyQualifiedNames() { method in class:IdCacheBlock
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheBlock.java147 public Set getFullyQualifiedNames() { method in class:IdCacheBlock
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java173 public Set getFullyQualifiedNames(SSOToken token, IdType type, method in interface:IdServices
H A DAMIdentity.java1223 Set sfqn = getFullyQualifiedNames();
1224 Set cfqn = compareTo.getFullyQualifiedNames();
1293 protected Set getFullyQualifiedNames() { method in class:AMIdentity
1298 fullyQualifiedNames = idServices.getFullyQualifiedNames(
1302 debug.message("AMIdentity:getFullyQualifiedNames: " +
1307 debug.message("AMIdentity:getFullyQualifiedNames: " +
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java659 public Set getFullyQualifiedNames(SSOToken token, method in class:IdRemoteCachedServicesImpl
672 answer = cb.getFullyQualifiedNames();
676 answer = super.getFullyQualifiedNames(
H A DIdRemoteServicesImpl.java756 public Set getFullyQualifiedNames(SSOToken token, IdType type, method in class:IdRemoteServicesImpl
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java627 public Set getFullyQualifiedNames(SSOToken token, method in class:IdCachedServicesImpl
640 answer = cb.getFullyQualifiedNames();
644 answer = super.getFullyQualifiedNames(
H A DIdServicesImpl.java162 public Set getFullyQualifiedNames(SSOToken token, method in class:IdServicesImpl
166 DEBUG.message("IdServicesImpl::getFullyQualifiedNames " +
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java314 public Set getFullyQualifiedNames(SSOToken token, IdType type, String name, String orgName) method in class:IdServicesDecorator
316 return delegate.getFullyQualifiedNames(token, type, name, orgName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java208 public Set getFullyQualifiedNames(SSOToken token, IdType type, method in interface:IdServices
H A DAMIdentity.java1226 Set sfqn = getFullyQualifiedNames();
1227 Set cfqn = compareTo.getFullyQualifiedNames();
1296 protected Set getFullyQualifiedNames() { method in class:AMIdentity
1301 fullyQualifiedNames = idServices.getFullyQualifiedNames(
1305 debug.message("AMIdentity:getFullyQualifiedNames: " +
1310 debug.message("AMIdentity:getFullyQualifiedNames: " +
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java659 public Set getFullyQualifiedNames(SSOToken token, method in class:IdRemoteCachedServicesImpl
672 answer = cb.getFullyQualifiedNames();
676 answer = super.getFullyQualifiedNames(
H A DIdRemoteServicesImpl.java757 public Set getFullyQualifiedNames(SSOToken token, IdType type, method in class:IdRemoteServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java627 public Set getFullyQualifiedNames(SSOToken token, method in class:IdCachedServicesImpl
640 answer = cb.getFullyQualifiedNames();
644 answer = super.getFullyQualifiedNames(
H A DIdServicesImpl.java162 public Set getFullyQualifiedNames(SSOToken token, method in class:IdServicesImpl
166 DEBUG.message("IdServicesImpl::getFullyQualifiedNames " +
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java319 public Set getFullyQualifiedNames(SSOToken token, IdType type, String name, String orgName) method in class:IdServicesDecorator
321 return delegate.getFullyQualifiedNames(token, type, name, orgName);

Completed in 103 milliseconds