/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/operations/strategies/ |
H A D | LocalOperationsTest.java | 34 private LocalOperations local; field in class:LocalOperationsTest 52 local = new LocalOperations(mock(Debug.class), mockService); 60 local.refresh(mockSession, flag); 71 SessionInfo result = local.refresh(mock(Session.class), true); 80 local.logout(mockSession); 90 local.destroy(mockRequester, mockSession); 101 local.setProperty(mockSession, name, value);
|
/forgerock/web-agents-v4/zlib/ |
H A D | adler32.c | 10 #define local static macro 12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2)); 136 local uLong adler32_combine_(adler1, adler2, len2)
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/operations/ |
H A D | ServerSessionOperationStrategy.java | 42 * <b>local</b> - The Session is based on the current server and that server is responsible for 56 private final SessionOperations local; field in class:ServerSessionOperationStrategy 65 * @param local Required strategy. 74 final LocalOperations local, 80 this.local = local; 90 * Local - For local Sessions which are hosted on the current Server. 103 return logAndWrap(sessionID, local, SessionMonitorType.LOCAL); 72 ServerSessionOperationStrategy( final SessionMonitoringStore store, final LocalOperations local, final StatelessOperations stateless, final StatelessSessionManager statelessSessionManager, final @Named(SessionConstants.SESSION_DEBUG) Debug debug) argument
|
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/ |
H A D | Discarder.java | 31 public void enterAttribute(String uri, String local, String qname) throws SAXException { argument 34 public void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException { argument 38 public void leaveAttribute(String uri, String local, String qname) throws SAXException { argument 41 public void leaveElement(String uri, String local, String qname) throws SAXException { argument
|
H A D | UnmarshallingEventHandler.java | 37 void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException; argument 38 void leaveElement(String uri, String local, String qname ) throws SAXException; argument 40 void enterAttribute(String uri, String local, String qname ) throws SAXException; argument 41 void leaveAttribute(String uri, String local, String qname ) throws SAXException; argument
|
H A D | ValidatingUnmarshaller.java | 83 public void startElement( String nsUri, String local, String qname, Attributes atts ) throws SAXException { argument 101 super.startElement(nsUri,local,qname,xsiLessAtts);
|
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/ |
H A D | Discarder.java | 31 public void enterAttribute(String uri, String local, String qname) throws SAXException { argument 34 public void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException { argument 38 public void leaveAttribute(String uri, String local, String qname) throws SAXException { argument 41 public void leaveElement(String uri, String local, String qname) throws SAXException { argument
|
H A D | UnmarshallingEventHandler.java | 37 void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException; argument 38 void leaveElement(String uri, String local, String qname ) throws SAXException; argument 40 void enterAttribute(String uri, String local, String qname ) throws SAXException; argument 41 void leaveAttribute(String uri, String local, String qname ) throws SAXException; argument
|
H A D | ValidatingUnmarshaller.java | 83 public void startElement( String nsUri, String local, String qname, Attributes atts ) throws SAXException { argument 101 super.startElement(nsUri,local,qname,xsiLessAtts);
|
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/ |
H A D | Discarder.java | 31 public void enterAttribute(String uri, String local, String qname) throws SAXException { argument 34 public void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException { argument 38 public void leaveAttribute(String uri, String local, String qname) throws SAXException { argument 41 public void leaveElement(String uri, String local, String qname) throws SAXException { argument
|
H A D | UnmarshallingEventHandler.java | 37 void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException; argument 38 void leaveElement(String uri, String local, String qname ) throws SAXException; argument 40 void enterAttribute(String uri, String local, String qname ) throws SAXException; argument 41 void leaveAttribute(String uri, String local, String qname ) throws SAXException; argument
|
H A D | ValidatingUnmarshaller.java | 83 public void startElement( String nsUri, String local, String qname, Attributes atts ) throws SAXException { argument 101 super.startElement(nsUri,local,qname,xsiLessAtts);
|
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/ |
H A D | Discarder.java | 31 public void enterAttribute(String uri, String local, String qname) throws SAXException { argument 34 public void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException { argument 38 public void leaveAttribute(String uri, String local, String qname) throws SAXException { argument 41 public void leaveElement(String uri, String local, String qname) throws SAXException { argument
|
H A D | UnmarshallingEventHandler.java | 37 void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException; argument 38 void leaveElement(String uri, String local, String qname ) throws SAXException; argument 40 void enterAttribute(String uri, String local, String qname ) throws SAXException; argument 41 void leaveAttribute(String uri, String local, String qname ) throws SAXException; argument
|
H A D | ValidatingUnmarshaller.java | 83 public void startElement( String nsUri, String local, String qname, Attributes atts ) throws SAXException { argument 101 super.startElement(nsUri,local,qname,xsiLessAtts);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/operations/ |
H A D | ServerSessionOperationStrategy.java | 46 * <b>local</b> - The Session is based on the current server and that server is responsible for 61 private final SessionOperations local; field in class:ServerSessionOperationStrategy 73 * @param service Required for local server decisions. 74 * @param local Required strategy. 85 LocalOperations local, 95 this.local = local; 108 * Local - For local Sessions which are hosted on the current Server. 122 return logAndWrap(session, local, SessionMonitorType.LOCAL); 174 * Tests if the Session should be considered local 83 ServerSessionOperationStrategy(SessionService service, SessionMonitoringStore store, LocalOperations local, CTSOperations cts, RemoteOperations remote, StatelessOperations clientSide, WebtopNamingQuery queryUtils, StatelessSessionFactory statelessSessionFactory, @Named(SessionConstants.SESSION_DEBUG) Debug debug) argument [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/ |
H A D | FSNameMappingHandler.java | 104 * @param local <code>true</code> if <code>remoteProviderID</code> is 105 * a local provider; <code>false</code> otherwise. 113 boolean local) 119 if (local) { 156 * @param local <code>true</code> if <code>remoteProviderID</code> is 157 * a local provider; <code>false</code> otherwise. 165 boolean local) 175 return getNameIdentifier(userID, remoteEntityID, local); 110 getNameIdentifier( String userID, String remoteEntityID, boolean local) argument 162 getNameIdentifier( FSNameIdentifierMappingRequest mappingRequest, String remoteEntityID, boolean local) argument
|
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/ |
H A D | ConnectorReference.java | 59 private boolean local; field in class:ConnectorReference.ConnectorLocation 61 private ConnectorLocation(boolean local) { argument 62 this.local = local; 66 return local;
|
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/ |
H A D | Discarder.java | 31 public void enterAttribute(String uri, String local, String qname) throws SAXException { argument 34 public void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException { argument 38 public void leaveAttribute(String uri, String local, String qname) throws SAXException { argument 41 public void leaveElement(String uri, String local, String qname) throws SAXException { argument
|
H A D | UnmarshallingEventHandler.java | 37 void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException; argument 38 void leaveElement(String uri, String local, String qname ) throws SAXException; argument 40 void enterAttribute(String uri, String local, String qname ) throws SAXException; argument 41 void leaveAttribute(String uri, String local, String qname ) throws SAXException; argument
|
H A D | ValidatingUnmarshaller.java | 83 public void startElement( String nsUri, String local, String qname, Attributes atts ) throws SAXException { argument 101 super.startElement(nsUri,local,qname,xsiLessAtts);
|
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/ |
H A D | Discarder.java | 31 public void enterAttribute(String uri, String local, String qname) throws SAXException { argument 34 public void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException { argument 38 public void leaveAttribute(String uri, String local, String qname) throws SAXException { argument 41 public void leaveElement(String uri, String local, String qname) throws SAXException { argument
|
H A D | UnmarshallingEventHandler.java | 37 void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException; argument 38 void leaveElement(String uri, String local, String qname ) throws SAXException; argument 40 void enterAttribute(String uri, String local, String qname ) throws SAXException; argument 41 void leaveAttribute(String uri, String local, String qname ) throws SAXException; argument
|
H A D | ValidatingUnmarshaller.java | 83 public void startElement( String nsUri, String local, String qname, Attributes atts ) throws SAXException { argument 101 super.startElement(nsUri,local,qname,xsiLessAtts);
|
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/ |
H A D | Discarder.java | 31 public void enterAttribute(String uri, String local, String qname) throws SAXException { argument 34 public void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException { argument 38 public void leaveAttribute(String uri, String local, String qname) throws SAXException { argument 41 public void leaveElement(String uri, String local, String qname) throws SAXException { argument
|