/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/ |
H A D | EntityDescriptorType.java | 175 com.sun.identity.saml2.jaxb.metadata.OrganizationType getOrganization(); method in interface:EntityDescriptorType
|
H A D | RoleDescriptorType.java | 194 com.sun.identity.saml2.jaxb.metadata.OrganizationType getOrganization(); method in interface:RoleDescriptorType
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/ |
H A D | DomainComponent.java | 138 public PersistentObject getOrganization() throws UMSException { method in class:DomainComponent
|
H A D | DomainComponentTree.java | 424 public PersistentObject getOrganization(String domain) method in class:DomainComponentTree 427 return dc.getOrganization(); 488 PersistentObject orgEntry = getOrganization(domain);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/ |
H A D | AMAuthConfigType.java | 160 String getOrganization() { method in class:AMAuthConfigType
|
H A D | AMConfiguration.java | 171 private String getOrganization(String configName) { method in class:AMConfiguration 172 return (new AMAuthConfigType(configName)).getOrganization(); 192 entries = getUserBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM); 195 entries = getOrgBasedConfig(type.getOrganization(), name, false, amAM); 198 entries = getRoleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM); 203 entries = getOrgBasedConfig(type.getOrganization(), name, true, amAM); 205 entries = getServiceBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM); 209 entries = getModuleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM); 251 return cloneConfigurationEntry(entries, type.getOrganization(), amAM); 643 String orgDN = type.getOrganization(); [all...] |
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/ |
H A D | EntityDescriptorType.java | 175 com.sun.identity.saml2.jaxb.metadata.OrganizationType getOrganization(); method in interface:EntityDescriptorType
|
H A D | RoleDescriptorType.java | 194 com.sun.identity.saml2.jaxb.metadata.OrganizationType getOrganization(); method in interface:RoleDescriptorType
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/dctree/ |
H A D | DomainComponent.java | 138 public PersistentObject getOrganization() throws UMSException { method in class:DomainComponent
|
H A D | DomainComponentTree.java | 424 public PersistentObject getOrganization(String domain) method in class:DomainComponentTree 427 return dc.getOrganization(); 488 PersistentObject orgEntry = getOrganization(domain);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/ |
H A D | AMAuthConfigType.java | 160 String getOrganization() { method in class:AMAuthConfigType
|
H A D | AMConfiguration.java | 152 private String getOrganization(String configName) { method in class:AMConfiguration 153 return (new AMAuthConfigType(configName)).getOrganization(); 173 entries = getUserBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM); 176 entries = getOrgBasedConfig(type.getOrganization(), name, false, amAM); 179 entries = getRoleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM); 184 entries = getOrgBasedConfig(type.getOrganization(), name, true, amAM); 186 entries = getServiceBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM); 190 entries = getModuleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM); 232 return cloneConfigurationEntry(entries, type.getOrganization(), amAM); 624 String orgDN = type.getOrganization(); [all...] |
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/ |
H A D | EntityDescriptorType.java | 130 com.sun.identity.liberty.ws.meta.jaxb.OrganizationType getOrganization(); method in interface:EntityDescriptorType
|
H A D | ProviderDescriptorType.java | 193 com.sun.identity.liberty.ws.meta.jaxb.OrganizationType getOrganization(); method in interface:ProviderDescriptorType
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/core/ |
H A D | CoreWrapper.java | 211 * @throws IdRepoException If the {@code getOrganization} fails. 212 * @throws SSOException If the {@code getOrganization} fails. 214 public String getOrganization(SSOToken adminToken, String orgIdentifier) throws IdRepoException, SSOException { method in class:CoreWrapper 215 return IdUtils.getOrganization(adminToken, orgIdentifier);
|
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/ |
H A D | EntityDescriptorType.java | 130 com.sun.identity.liberty.ws.meta.jaxb.OrganizationType getOrganization(); method in interface:EntityDescriptorType
|
H A D | ProviderDescriptorType.java | 193 com.sun.identity.liberty.ws.meta.jaxb.OrganizationType getOrganization(); method in interface:ProviderDescriptorType
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/ |
H A D | CoreWrapper.java | 213 * @throws IdRepoException If the {@code getOrganization} fails. 214 * @throws SSOException If the {@code getOrganization} fails. 216 public String getOrganization(SSOToken adminToken, String orgIdentifier) throws IdRepoException, SSOException { method in class:CoreWrapper 217 return IdUtils.getOrganization(adminToken, orgIdentifier);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/ |
H A D | IdUtils.java | 457 public static String getOrganization(SSOToken token, String orgIdentifier) method in class:IdUtils 467 debug.message("IdUtils:getOrganization Input orgname: " 480 debug.message("IdUtils.getOrganization Exception in getting org name from SMS", e); 493 debug.message("IdUtils.getOrganization Exception in " 502 debug.message("IdUtils.getOrganization: getting from AMSDK"); 509 debug.message("IdUtils.getOrganization Exception in " 517 debug.message("IdUtils.getOrganization: getting from " + 562 debug.message("IdUtils.getOrganization: getting from " + 574 debug.warning("IdUtils.getOrganization Unable" + 584 debug.warning("IdUtils.getOrganization Multipl [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/ |
H A D | IdUtils.java | 457 public static String getOrganization(SSOToken token, String orgIdentifier) method in class:IdUtils 470 * <code> IdUtils.getOrganization </code>. In the default mode, where
|
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/ |
H A D | EntityDescriptorTypeImpl.java | 67 public com.sun.identity.liberty.ws.meta.jaxb.OrganizationType getOrganization() { method in class:EntityDescriptorTypeImpl
|
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/ |
H A D | EntityDescriptorTypeImpl.java | 78 public com.sun.identity.saml2.jaxb.metadata.OrganizationType getOrganization() { method in class:EntityDescriptorTypeImpl
|
H A D | RoleDescriptorTypeImpl.java | 96 public com.sun.identity.saml2.jaxb.metadata.OrganizationType getOrganization() { method in class:RoleDescriptorTypeImpl
|
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/ |
H A D | EntityDescriptorTypeImpl.java | 67 public com.sun.identity.liberty.ws.meta.jaxb.OrganizationType getOrganization() { method in class:EntityDescriptorTypeImpl
|
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/ |
H A D | EntityDescriptorTypeImpl.java | 78 public com.sun.identity.saml2.jaxb.metadata.OrganizationType getOrganization() { method in class:EntityDescriptorTypeImpl
|