Searched refs:descriptor (Results 26 - 50 of 125) sorted by relevance

12345

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaSecurityUtils.java142 * Signs the entity descriptor root element by the following rules:
161 * @param descriptor The entity descriptor.
162 * @return Signed <code>Document</code> for the entity descriptor or null if no metadata signing key is found in
164 * @throws SAML2MetaException if unable to sign the entity descriptor.
165 * @throws JAXBException if the entity descriptor is invalid.
167 public static Document sign(String realm, EntityDescriptorElement descriptor) argument
169 if (descriptor == null) {
170 throw new SAML2MetaException("Unable to sign null descriptor");
175 EntityConfigElement cfgElem = metaManager.getEntityConfig(realm, descriptor
[all...]
H A DSAML2MetaManager.java76 * standard entity descriptor and the extended entity configuration.
156 * Returns the standard metadata entity descriptor under the realm.
161 * @throws SAML2MetaException if unable to retrieve the entity descriptor.
176 EntityDescriptorElement descriptor = null;
178 descriptor = SAML2MetaCache.getEntityDescriptor(realm, entityId);
179 if (descriptor != null) {
182 + "descriptor from SAML2MetaCache " + entityId);
186 return descriptor;
203 descriptor = (EntityDescriptorElement)obj;
204 SAML2MetaCache.putEntityDescriptor(realm, entityId, descriptor);
386 setEntityDescriptor( String realm, EntityDescriptorElement descriptor) argument
455 createEntity( String realm, EntityDescriptorElement descriptor, EntityConfigElement config ) argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModelImpl.java122 CircleOfTrustDescriptor descriptor =
124 descSet.add(descriptor);
161 CircleOfTrustDescriptor descriptor =
163 descriptor.setTrustedProviders(providers);
164 descriptor.setCircleOfTrustDescription(
167 descriptor.setIDFFReaderServiceURL(
170 descriptor.setIDFFWriterServiceURL(
173 descriptor.setSAML2ReaderServiceURL(
176 descriptor.setSAML2WriterServiceURL(
180 manager.createCircleOfTrust(realm,descriptor);
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModelImpl.java122 CircleOfTrustDescriptor descriptor =
124 descSet.add(descriptor);
161 CircleOfTrustDescriptor descriptor =
163 descriptor.setTrustedProviders(providers);
164 descriptor.setCircleOfTrustDescription(
167 descriptor.setIDFFReaderServiceURL(
170 descriptor.setIDFFWriterServiceURL(
173 descriptor.setSAML2ReaderServiceURL(
176 descriptor.setSAML2WriterServiceURL(
180 manager.createCircleOfTrust(realm,descriptor);
[all...]
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/
H A DSelfServiceRequestHandler.java63 import org.forgerock.services.descriptor.Describable;
89 private final ApiDescription descriptor; field in class:SelfServiceRequestHandler
112 this.descriptor = apiDescription()
205 return descriptor;
210 return descriptor;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java73 * standard entity descriptor and the extended entity configuration.
153 * Returns the standard metadata entity descriptor under the realm.
158 * @throws SAML2MetaException if unable to retrieve the entity descriptor.
173 EntityDescriptorElement descriptor = null;
175 descriptor = SAML2MetaCache.getEntityDescriptor(realm, entityId);
176 if (descriptor != null) {
179 + "descriptor from SAML2MetaCache " + entityId);
183 return descriptor;
200 descriptor = (EntityDescriptorElement)obj;
201 SAML2MetaCache.putEntityDescriptor(realm, entityId, descriptor);
383 setEntityDescriptor( String realm, EntityDescriptorElement descriptor) argument
452 createEntity( String realm, EntityDescriptorElement descriptor, EntityConfigElement config ) argument
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DExportMetaData.java198 EntityDescriptorElement descriptor =
201 if (descriptor == null) {
205 "export-entity-exception-entity-descriptor-not-exist"),
209 Document doc = SAML2MetaSecurityUtils.sign(realm, descriptor);
225 "export-entity-export-descriptor-succeeded"), objs));
258 descriptor = metaManager.getEntityDescriptor(
261 if (descriptor == null) {
265 "export-entity-exception-entity-descriptor-not-exist"),
278 descriptor, spConfig, idpConfig);
295 "export-entity-export-descriptor
[all...]
H A DUpdateMetadataKeyInfo.java184 com.sun.identity.saml2.jaxb.metadata.EntityDescriptorElement descriptor =
186 if (descriptor == null) {
247 com.sun.identity.liberty.ws.meta.jaxb.EntityDescriptorElement descriptor =
249 if (descriptor == null) {
311 FederationElement descriptor =
313 if (descriptor == null) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DExportMetaData.java198 EntityDescriptorElement descriptor =
201 if (descriptor == null) {
205 "export-entity-exception-entity-descriptor-not-exist"),
209 Document doc = SAML2MetaSecurityUtils.sign(realm, descriptor);
225 "export-entity-export-descriptor-succeeded"), objs));
258 descriptor = metaManager.getEntityDescriptor(
261 if (descriptor == null) {
265 "export-entity-exception-entity-descriptor-not-exist"),
278 descriptor, spConfig, idpConfig);
295 "export-entity-export-descriptor
[all...]
H A DUpdateMetadataKeyInfo.java184 com.sun.identity.saml2.jaxb.metadata.EntityDescriptorElement descriptor =
186 if (descriptor == null) {
247 com.sun.identity.liberty.ws.meta.jaxb.EntityDescriptorElement descriptor =
249 if (descriptor == null) {
311 FederationElement descriptor =
313 if (descriptor == null) {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java212 * @param descriptor the descriptor of the Application progress.
214 public void displayProgress(ProgressDescriptor descriptor) argument
218 getPanel(s).displayProgress(descriptor);
H A DQuickSetupDialog.java178 * @param descriptor the descriptor of the Installation progress.
180 public void displayProgress(ProgressDescriptor descriptor) argument
182 getCurrentStepPanel().displayProgress(descriptor);
183 ProgressStep status = descriptor.getProgressStep();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java231 * @param descriptor the descriptor of the Application progress.
233 public void displayProgress(ProgressDescriptor descriptor) argument
237 getPanel(s).displayProgress(descriptor);
H A DQuickSetupDialog.java179 * @param descriptor the descriptor of the Installation progress.
181 public void displayProgress(ProgressDescriptor descriptor) argument
183 getCurrentStepPanel().displayProgress(descriptor);
184 ProgressStep status = descriptor.getProgressStep();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java231 * @param descriptor the descriptor of the Application progress.
233 public void displayProgress(ProgressDescriptor descriptor) argument
237 getPanel(s).displayProgress(descriptor);
H A DQuickSetupDialog.java179 * @param descriptor the descriptor of the Installation progress.
181 public void displayProgress(ProgressDescriptor descriptor) argument
183 getCurrentStepPanel().displayProgress(descriptor);
184 ProgressStep status = descriptor.getProgressStep();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java212 * @param descriptor the descriptor of the Application progress.
214 public void displayProgress(ProgressDescriptor descriptor) argument
218 getPanel(s).displayProgress(descriptor);
H A DQuickSetupDialog.java178 * @param descriptor the descriptor of the Installation progress.
180 public void displayProgress(ProgressDescriptor descriptor) argument
182 getCurrentStepPanel().displayProgress(descriptor);
183 ProgressStep status = descriptor.getProgressStep();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java231 * @param descriptor the descriptor of the Application progress.
233 public void displayProgress(ProgressDescriptor descriptor) argument
237 getPanel(s).displayProgress(descriptor);
H A DQuickSetupDialog.java179 * @param descriptor the descriptor of the Installation progress.
181 public void displayProgress(ProgressDescriptor descriptor) argument
183 getCurrentStepPanel().displayProgress(descriptor);
184 ProgressStep status = descriptor.getProgressStep();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java211 * @param descriptor the descriptor of the Application progress.
213 public void displayProgress(ProgressDescriptor descriptor) argument
217 getPanel(s).displayProgress(descriptor);
H A DQuickSetupDialog.java171 * @param descriptor the descriptor of the Installation progress.
173 public void displayProgress(ProgressDescriptor descriptor) argument
175 getCurrentStepPanel().displayProgress(descriptor);
176 ProgressStep status = descriptor.getProgressStep();
/forgerock/openam/openam-http/src/main/java/org/forgerock/openam/http/
H A DGuiceHandler.java26 import org.forgerock.services.descriptor.Describable;
/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-bcel.jar ... classname private void addClasses (java.lang.String) String descriptor int pos String string java.util.StringTokenizer tokens ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-bcel.jar ... classname private void addClasses (java.lang.String) String descriptor int pos String string java.util.StringTokenizer tokens ...

Completed in 125 milliseconds

12345