/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
H A D | QuotaExhaustionAction.java | 36 * Interface to define the resulting behavior when the session quota is exhausted. 43 * Performs an action, when the session quota is exhausted. The action implementation should destroy at least one 46 * @param is the to-be-actived InternalSession 50 public boolean action(InternalSession is, Map<String, Long> existingSessions); argument
|
H A D | SessionConstraint.java | 54 * If this is the "session upgarde" case, the session quota 55 * checking is bypassed when activating the new session. This 56 * is due to the fact that during the session upgrade process 58 * session is successfully activated. 61 * because there is indeed a new valid session being created. 62 * As a result, there is a very small window where both old 63 * session and the new session are both valid and if there is 67 * is considered as acceptable here. 111 * @param is 115 protected static boolean checkQuotaAndPerformAction(InternalSession is) { argument 192 getSessionQuota(InternalSession is) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/service/ |
H A D | DenyAccessAction.java | 32 * <code> DenyAccessAction</code> if session quota is exhausted 37 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
|
H A D | DestroyAllAction.java | 65 public boolean action(InternalSession is, Map sessions) { argument
|
H A D | DestroyNextExpiringAction.java | 56 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
|
H A D | DestroyOldestAction.java | 62 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
|
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/ |
H A D | MapHelper.java | 42 * is a hash are ignored as comments, while lines which do not contain an assignment are just ignored. 46 * @throws IOException if there is an IO problem when reading the file (like it doesn't exist, etc.) 49 InputStream is = null; 52 is = MapHelper.class.getResourceAsStream(fileName); 55 if (is == null) { 59 return readMap(is); 61 IOUtils.closeIfNotNull(is); 67 * is a hash are ignored as comments, while lines which do not contain an assignment are just ignored. 69 * @param is A stream to read properties from. 71 * @throws IOException if there is a 73 readMap(InputStream is) argument [all...] |
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/ |
H A D | OpenSSOServletInputStream.java | 41 InputStream is; field in class:OpenSSOServletInputStream 43 public OpenSSOServletInputStream(InputStream is) { argument 44 this.is = is; 48 return is.read();
|
/forgerock/openidm-v4/openidm-provisioner/src/main/java/org/forgerock/openidm/provisioner/ |
H A D | SystemIdentifier.java | 30 * SystemIdentifier is a composite key to identify the {@link ProvisionerService} instance. 42 boolean is(SystemIdentifier other); method in interface:SystemIdentifier 45 * Checks the {@code uri} and return true if the {@link ProvisionerService} instance is responsible to handle 51 boolean is(Id id); method in interface:SystemIdentifier
|
H A D | SimpleSystemIdentifier.java | 51 throw new JsonValueException(configuration, "System name is not alphanumeric: " + name); 58 public boolean is(SystemIdentifier other) { method in class:SimpleSystemIdentifier 65 public boolean is(Id uri) { method in class:SimpleSystemIdentifier
|
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/ |
H A D | MapHelper.java | 42 * is a hash are ignored as comments, while lines which do not contain an assignment are just ignored. 46 * @throws IOException if there is an IO problem when reading the file (like it doesn't exist, etc.) 49 InputStream is = null; 52 is = MapHelper.class.getResourceAsStream(fileName); 55 if (is == null) { 59 return readMap(is); 61 IOUtils.closeIfNotNull(is); 67 * is a hash are ignored as comments, while lines which do not contain an assignment are just ignored. 69 * @param is A stream to read properties from. 71 * @throws IOException if there is a 73 readMap(InputStream is) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
H A D | QuotaExhaustionAction.java | 36 * Interface to define the resulting behavior when the session quota is exhausted. 43 * Performs an action, when the session quota is exhausted. The action implementation should destroy at least one 46 * @param is the to-be-actived InternalSession 50 public boolean action(InternalSession is, Map<String, Long> existingSessions); argument
|
H A D | SessionConstraint.java | 59 * If this is the "session upgarde" case, the session quota 60 * checking is bypassed when activating the new session. This 61 * is due to the fact that during the session upgrade process 63 * session is successfully activated. 66 * because there is indeed a new valid session being created. 67 * As a result, there is a very small window where both old 68 * session and the new session are both valid and if there is 72 * is considered as acceptable here. 183 private int getSessionQuota(InternalSession is) { argument 186 String profile = is [all...] |
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/ |
H A D | DenyAccessAction.java | 32 * <code> DenyAccessAction</code> if session quota is exhausted 37 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
|
H A D | DestroyAllAction.java | 65 public boolean action(InternalSession is, Map sessions) { argument
|
H A D | DestroyNextExpiringAction.java | 56 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
|
H A D | DestroyOldestAction.java | 62 public boolean action(InternalSession is, Map<String, Long> sessions) { argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/ |
H A D | UnicodeInputStreamReader.java | 47 * @param is 50 public UnicodeInputStreamReader(InputStream is) argument 52 super(new InputStreamReader(is, "UTF-8")); 61 * information on decoding that is performed. 75 * \\uXXXX is converted to one Unicode character having the value 76 * represented by the four hex digits. \\ is converted to \ \X any character 77 * preceded by \ is converted to that character. 80 * the array of characters that is filled in
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/ |
H A D | UnicodeInputStreamReader.java | 47 * @param is 50 public UnicodeInputStreamReader(InputStream is) argument 52 super(new InputStreamReader(is, "UTF-8")); 61 * information on decoding that is performed. 75 * \\uXXXX is converted to one Unicode character having the value 76 * represented by the four hex digits. \\ is converted to \ \X any character 77 * preceded by \ is converted to that character. 80 * the array of characters that is filled in
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | RequestSecurityTokenResponse.java | 87 // Make sure this is a Response 149 * received from server. This method is used primarily at the client side. 150 * The schema of the XML document is defined in WS-Trust. 168 * input stream. This method is used primarily at the client side. 169 * The schema of the XML document is defined in WS-Trust. 171 * @param is an InputStream 176 public static RequestSecurityTokenResponse parseXML(InputStream is) argument 178 Document doc = XMLUtils.toDOMDocument(is, debug);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | RequestSecurityTokenResponse.java | 87 // Make sure this is a Response 149 * received from server. This method is used primarily at the client side. 150 * The schema of the XML document is defined in WS-Trust. 168 * input stream. This method is used primarily at the client side. 169 * The schema of the XML document is defined in WS-Trust. 171 * @param is an InputStream 176 public static RequestSecurityTokenResponse parseXML(InputStream is) argument 178 Document doc = XMLUtils.toDOMDocument(is, debug);
|
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/webstart/ |
H A D | WebStartInstaller.java | 58 * This is an implementation of the Installer class that is used to install 64 * This object has as parameter a WebStartDownloader object that is downloading 72 * it in the path specified by the user and that is contained in the 76 * When there is an update during the installation it will notify the 80 * This class is supposed to be fully independent of the graphical layout. 103 * Actually performs the install in this thread. The thread is blocked. 525 * @param is the input stream with the contents of the zip file. 534 private void extractZipFiles(InputStream is, int minRatio, int maxRatio) argument 537 new ZipExtractor(is, minRati [all...] |
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | ZipExtractor.java | 58 private InputStream is; field in class:ZipExtractor 69 * @throws IllegalArgumentException if the zip file is not a zip file 82 * @throws IllegalArgumentException if the zip file is not a zip file 98 * @throws IllegalArgumentException if the zip file is not a zip file 118 * @param is InputStream of zip file content 125 public ZipExtractor(InputStream is, int minRatio, int maxRatio, argument 129 this.is = is; 169 ZipInputStream zipIn = new ZipInputStream(is); 172 /* This map is update 272 copyZipEntry(ZipEntry entry, File destination, ZipInputStream is, int ratioBeforeCompleted, int ratioWhenCompleted, Map<String, ArrayList<String>> permissions) argument [all...] |
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/webstart/ |
H A D | WebStartInstaller.java | 57 * This is an implementation of the Installer class that is used to install 63 * This object has as parameter a WebStartDownloader object that is downloading 71 * it in the path specified by the user and that is contained in the 75 * When there is an update during the installation it will notify the 79 * This class is supposed to be fully independent of the graphical layout. 102 * Actually performs the install in this thread. The thread is blocked. 528 * @param is the inputstream with the contents of the zip file. 537 private void extractZipFiles(InputStream is, int minRatio, int maxRatio) argument 540 new ZipExtractor(is, minRati [all...] |
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/ |
H A D | ZipExtractor.java | 59 private InputStream is; field in class:ZipExtractor 70 * @throws IllegalArgumentException if the zip file is not a zip file 83 * @throws IllegalArgumentException if the zip file is not a zip file 99 * @throws IllegalArgumentException if the zip file is not a zip file 119 * @param is InputStream of zip file content 126 public ZipExtractor(InputStream is, int minRatio, int maxRatio, argument 130 this.is = is; 170 ZipInputStream zipIn = new ZipInputStream(is); 173 /* This map is update 273 copyZipEntry(ZipEntry entry, File destination, ZipInputStream is, int ratioBeforeCompleted, int ratioWhenCompleted, Map<String, ArrayList<String>> permissions) argument [all...] |