| /forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/ |
| H A D | GrammarInfo.java | 28 * @param localName 36 String namespaceUri, String localName, UnmarshallingContext context ); 44 Class getRootElement(String namespaceUri, String localName); argument 48 * {namespaceURI,localName} collisions across the GrammarInfo's on the 61 * @param localName 65 boolean recognize( String nsUri, String localName ); 35 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| H A D | GrammarInfoImpl.java | 68 private final Class lookupRootMap( String nsUri, String localName ) { 72 qn = new QName(nsUri,localName); 82 public final Class getRootElement(String namespaceUri, String localName) { argument 83 Class intfCls = lookupRootMap(namespaceUri,localName); 89 String namespaceUri, String localName, UnmarshallingContext context ) { 91 Class impl = getRootElement(namespaceUri,localName); 113 public final boolean recognize( String nsUri, String localName ) { 114 return lookupRootMap(nsUri,localName)!=null; 88 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| /forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/ |
| H A D | GrammarInfo.java | 28 * @param localName 36 String namespaceUri, String localName, UnmarshallingContext context ); 44 Class getRootElement(String namespaceUri, String localName); argument 48 * {namespaceURI,localName} collisions across the GrammarInfo's on the 61 * @param localName 65 boolean recognize( String nsUri, String localName ); 35 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| H A D | GrammarInfoImpl.java | 68 private final Class lookupRootMap( String nsUri, String localName ) { 72 qn = new QName(nsUri,localName); 82 public final Class getRootElement(String namespaceUri, String localName) { argument 83 Class intfCls = lookupRootMap(namespaceUri,localName); 89 String namespaceUri, String localName, UnmarshallingContext context ) { 91 Class impl = getRootElement(namespaceUri,localName); 113 public final boolean recognize( String nsUri, String localName ) { 114 return lookupRootMap(nsUri,localName)!=null; 88 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| /forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/ |
| H A D | GrammarInfo.java | 28 * @param localName 36 String namespaceUri, String localName, UnmarshallingContext context ); 44 Class getRootElement(String namespaceUri, String localName); argument 48 * {namespaceURI,localName} collisions across the GrammarInfo's on the 61 * @param localName 65 boolean recognize( String nsUri, String localName ); 35 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| H A D | GrammarInfoImpl.java | 68 private final Class lookupRootMap( String nsUri, String localName ) { 72 qn = new QName(nsUri,localName); 82 public final Class getRootElement(String namespaceUri, String localName) { argument 83 Class intfCls = lookupRootMap(namespaceUri,localName); 89 String namespaceUri, String localName, UnmarshallingContext context ) { 91 Class impl = getRootElement(namespaceUri,localName); 113 public final boolean recognize( String nsUri, String localName ) { 114 return lookupRootMap(nsUri,localName)!=null; 88 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| /forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/ |
| H A D | GrammarInfo.java | 28 * @param localName 36 String namespaceUri, String localName, UnmarshallingContext context ); 44 Class getRootElement(String namespaceUri, String localName); argument 48 * {namespaceURI,localName} collisions across the GrammarInfo's on the 61 * @param localName 65 boolean recognize( String nsUri, String localName ); 35 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| H A D | GrammarInfoImpl.java | 68 private final Class lookupRootMap( String nsUri, String localName ) { 72 qn = new QName(nsUri,localName); 82 public final Class getRootElement(String namespaceUri, String localName) { argument 83 Class intfCls = lookupRootMap(namespaceUri,localName); 89 String namespaceUri, String localName, UnmarshallingContext context ) { 91 Class impl = getRootElement(namespaceUri,localName); 113 public final boolean recognize( String nsUri, String localName ) { 114 return lookupRootMap(nsUri,localName)!=null; 88 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| /forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/ |
| H A D | GrammarInfo.java | 28 * @param localName 36 String namespaceUri, String localName, UnmarshallingContext context ); 44 Class getRootElement(String namespaceUri, String localName); argument 48 * {namespaceURI,localName} collisions across the GrammarInfo's on the 61 * @param localName 65 boolean recognize( String nsUri, String localName ); 35 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| H A D | GrammarInfoImpl.java | 68 private final Class lookupRootMap( String nsUri, String localName ) { 72 qn = new QName(nsUri,localName); 82 public final Class getRootElement(String namespaceUri, String localName) { argument 83 Class intfCls = lookupRootMap(namespaceUri,localName); 89 String namespaceUri, String localName, UnmarshallingContext context ) { 91 Class impl = getRootElement(namespaceUri,localName); 113 public final boolean recognize( String nsUri, String localName ) { 114 return lookupRootMap(nsUri,localName)!=null; 88 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| /forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/ |
| H A D | GrammarInfo.java | 28 * @param localName 36 String namespaceUri, String localName, UnmarshallingContext context ); 44 Class getRootElement(String namespaceUri, String localName); argument 48 * {namespaceURI,localName} collisions across the GrammarInfo's on the 61 * @param localName 65 boolean recognize( String nsUri, String localName ); 35 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| H A D | GrammarInfoImpl.java | 68 private final Class lookupRootMap( String nsUri, String localName ) { 72 qn = new QName(nsUri,localName); 82 public final Class getRootElement(String namespaceUri, String localName) { argument 83 Class intfCls = lookupRootMap(namespaceUri,localName); 89 String namespaceUri, String localName, UnmarshallingContext context ) { 91 Class impl = getRootElement(namespaceUri,localName); 113 public final boolean recognize( String nsUri, String localName ) { 114 return lookupRootMap(nsUri,localName)!=null; 88 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| /forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/ |
| H A D | GrammarInfo.java | 28 * @param localName 36 String namespaceUri, String localName, UnmarshallingContext context ); 44 Class getRootElement(String namespaceUri, String localName); argument 48 * {namespaceURI,localName} collisions across the GrammarInfo's on the 61 * @param localName 65 boolean recognize( String nsUri, String localName ); 35 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| H A D | GrammarInfoImpl.java | 68 private final Class lookupRootMap( String nsUri, String localName ) { 72 qn = new QName(nsUri,localName); 82 public final Class getRootElement(String namespaceUri, String localName) { argument 83 Class intfCls = lookupRootMap(namespaceUri,localName); 89 String namespaceUri, String localName, UnmarshallingContext context ) { 91 Class impl = getRootElement(namespaceUri,localName); 113 public final boolean recognize( String nsUri, String localName ) { 114 return lookupRootMap(nsUri,localName)!=null; 88 createUnmarshaller( String namespaceUri, String localName, UnmarshallingContext context ) argument
|
| /forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/ |
| H A D | WSSUserNameTokenContentHandler.java | 38 public void startElement(String uri, String localName, String qName, argument 42 if (localName.equals(ELEMENT_SOAPENV_ENVELOPE)) { 44 } else if (localName.equals(ELEMENT_SOAPENV_HEADER)) { 48 if (localName.equals(ELEMENT_WSSE_SECURITY)) { 50 } else if (localName.equals(ELEMENT_WSSE_USERNAME_TOKEN)) { 52 } else if (localName.equals(ELEMENT_WSSE_USERNAME)) { 54 } else if (localName.equals(ELEMENT_WSSE_PASSWORD)) { 61 public void endElement(String uri, String localName, String qName) argument 65 if (localName.equals(ELEMENT_SOAPENV_ENVELOPE)) { 67 } else if (localName [all...] |
| /forgerock/opendj2/src/server/org/opends/server/admin/server/ |
| H A D | DNBuilder.java | 76 DN localName = DN.decode(profile.getRelationRDNSequence(relation)); 77 return dn.concat(localName);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/admin/server/ |
| H A D | DNBuilder.java | 77 DN localName = DN.decode(profile.getRelationRDNSequence(relation)); 78 return dn.concat(localName);
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/admin/server/ |
| H A D | DNBuilder.java | 77 DN localName = DN.decode(profile.getRelationRDNSequence(relation)); 78 return dn.concat(localName);
|
| /forgerock/opendj2-hg/src/server/org/opends/server/admin/server/ |
| H A D | DNBuilder.java | 76 DN localName = DN.decode(profile.getRelationRDNSequence(relation)); 77 return dn.concat(localName);
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/ |
| H A D | DNBuilder.java | 77 DN localName = DN.decode(profile.getRelationRDNSequence(relation)); 78 return dn.concat(localName);
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/ |
| H A D | DNBuilder.java | 77 DN localName = DN.valueOf(profile.getRelationRDNSequence(relation)); 78 return dn.child(localName);
|
| /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/ |
| H A D | DNBuilder.java | 64 DN localName = DN.valueOf(profile.getRelationRDNSequence(relation)); 65 return dn.child(localName);
|
| /forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/ |
| H A D | JwtAttributeMapper.java | 87 String localName = entry.getValue(); 88 if (!lookupAttributes.containsKey(localName)) { 92 if (prefix != null && (prefixedAttributes.contains(localName) || prefixedAttributes.contains("*"))) { 95 lookupAttributes.put(localName, CollectionUtils.asSet(data));
|
| /forgerock/openam/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/ |
| H A D | JwtAttributeMapper.java | 87 String localName = entry.getValue(); 88 if (!lookupAttributes.containsKey(localName)) { 92 if (prefix != null && (prefixedAttributes.contains(localName) || prefixedAttributes.contains("*"))) { 95 lookupAttributes.put(localName, CollectionUtils.asSet(data));
|
| /forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/ |
| H A D | JsonAttributeMapper.java | 92 String localName; 96 localName = entry.getValue(); 99 debug.message("defaultAttributeMapper.getAttributes: " + responseName + ":" + localName); 110 if (prefix != null && (prefixedAttributes.contains(localName) || prefixedAttributes.contains("*"))) { 113 attr.put(localName, CollectionUtils.asSet(data));
|