Searched defs:container (Results 1 - 25 of 90) sorted by relevance

1234

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A Dpackage-info.java30 * Defines IDPP container.
33 package com.sun.identity.liberty.ws.idpp.container;
H A DIDPPEmergencyContact.java29 package com.sun.identity.liberty.ws.idpp.container;
97 * Gets the container attributes for a given select expression.
H A DIDPPEncryptKey.java29 package com.sun.identity.liberty.ws.idpp.container;
102 * Gets required common name container attributes.
103 * @return Set set of required container attributes
113 * Gets the container attributes for a given select expression.
122 * Process modify container values and returns key value/pair to be
H A DIDPPInformalName.java29 package com.sun.identity.liberty.ws.idpp.container;
85 * Gets required common name container attributes.
86 * @return Set set of required container attributes
96 * Gets the container attributes for a given select expression.
105 * Processes modify container values and returns key value/pair to be
H A DIDPPSignKey.java29 package com.sun.identity.liberty.ws.idpp.container;
104 * Gets required common name container attributes.
105 * @return Set set of required container attributes
115 * Gets the container attributes for a given select expression.
124 * Processes modify container values and returns key value/pair to
H A DIDPPExtensionContainer.java29 package com.sun.identity.liberty.ws.idpp.container;
64 * Gets the container extension jaxb object.
110 * Gets the extension container attributes.
111 * @return Set set of required container attributes
121 * Gets the container attributes for a given select expression.
173 * Processes modify container values and returns key value/pair to be
H A DIDPPFacade.java29 package com.sun.identity.liberty.ws.idpp.container;
122 * @return Set set of required container attributes
136 * Gets the container attributes for a given select expression.
H A DIDPPCommonName.java29 package com.sun.identity.liberty.ws.idpp.container;
111 * Gets required common name container attributes.
112 * @return Set set of required container attributes
131 * Gets the container attributes for a given select expression.
165 * Processes modify container values and returns key value/pair to be
299 * Checks if the container has any binary attributes.
H A DIDPPDemographics.java29 package com.sun.identity.liberty.ws.idpp.container;
124 * Gets required common name container attributes.
125 * @return a set of required container attributes
138 * Gets the container attributes for a given select expression.
170 * Processes modify container values and returns key value/pair to be
260 * Gets the Demographics container attributes in a hashmap.
H A DIDPPEmploymentIdentity.java29 package com.sun.identity.liberty.ws.idpp.container;
105 * Gets required employment identity container attributes.
106 * @return Set set of required container attributes
121 * Gets the container attributes for a given select expression.
139 * Process modify container values and returns key value/pair to be
H A DIDPPLegalIdentity.java29 package com.sun.identity.liberty.ws.idpp.container;
60 * Gets the container object i.e. LegalIdentity JAXB Object
212 * Gets required common name container attributes.
213 * @return Set set of required container attributes
238 * Gets the container attributes for a given select expression.
288 * Processes modify container values and returns key value/pair to be
H A DIDPPMsgContact.java29 package com.sun.identity.liberty.ws.idpp.container;
175 * Gets required common name container attributes.
176 * @return Set set of required container attributes
186 * Gets the container attributes for a given select expression.
195 * Process modify container values and returns key value/pair to be
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A Dpackage-info.java30 * Defines IDPP container.
33 package com.sun.identity.liberty.ws.idpp.container;
H A DIDPPEmergencyContact.java29 package com.sun.identity.liberty.ws.idpp.container;
97 * Gets the container attributes for a given select expression.
H A DIDPPEncryptKey.java29 package com.sun.identity.liberty.ws.idpp.container;
102 * Gets required common name container attributes.
103 * @return Set set of required container attributes
113 * Gets the container attributes for a given select expression.
122 * Process modify container values and returns key value/pair to be
H A DIDPPInformalName.java29 package com.sun.identity.liberty.ws.idpp.container;
85 * Gets required common name container attributes.
86 * @return Set set of required container attributes
96 * Gets the container attributes for a given select expression.
105 * Processes modify container values and returns key value/pair to be
H A DIDPPSignKey.java29 package com.sun.identity.liberty.ws.idpp.container;
104 * Gets required common name container attributes.
105 * @return Set set of required container attributes
115 * Gets the container attributes for a given select expression.
124 * Processes modify container values and returns key value/pair to
H A DIDPPExtensionContainer.java29 package com.sun.identity.liberty.ws.idpp.container;
64 * Gets the container extension jaxb object.
110 * Gets the extension container attributes.
111 * @return Set set of required container attributes
121 * Gets the container attributes for a given select expression.
173 * Processes modify container values and returns key value/pair to be
H A DIDPPFacade.java29 package com.sun.identity.liberty.ws.idpp.container;
122 * @return Set set of required container attributes
136 * Gets the container attributes for a given select expression.
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java184 * @param container the container where the components are layed out.
187 Container container)
189 for (int i=0; i < container.getComponentCount(); i++)
191 Component comp = container.getComponent(i);
186 addFocusListener(FocusListener focusListener, Container container) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java183 * @param container the container where the components are layed out.
186 Container container)
188 for (int i=0; i < container.getComponentCount(); i++)
190 Component comp = container.getComponent(i);
185 addFocusListener(FocusListener focusListener, Container container) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java184 * @param container the container where the components are layed out.
187 Container container)
189 for (int i=0; i < container.getComponentCount(); i++)
191 Component comp = container.getComponent(i);
186 addFocusListener(FocusListener focusListener, Container container) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java183 * @param container the container where the components are layed out.
186 Container container)
188 for (int i=0; i < container.getComponentCount(); i++)
190 Component comp = container.getComponent(i);
185 addFocusListener(FocusListener focusListener, Container container) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java184 * @param container the container where the components are layed out.
187 Container container)
189 for (int i=0; i < container.getComponentCount(); i++)
191 Component comp = container.getComponent(i);
186 addFocusListener(FocusListener focusListener, Container container) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DGenericFrame.java169 * @param container the container where the components are layed out.
172 Container container)
174 for (int i=0; i < container.getComponentCount(); i++)
176 Component comp = container.getComponent(i);
171 addFocusListener(FocusListener focusListener, Container container) argument

Completed in 122 milliseconds

1234