| /forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/ |
| H A D | EntityManager.java | 48 * @param expiry the time until which the entity is valid 53 Map<String, String> entity, Date expiry) throws OAuthServiceException; 82 * @param expiry the time until which the entity is valid 86 Date expiry) throws OAuthServiceException; 52 createEntity(String entityType, String entitySubject, Map<String, String> entity, Date expiry) argument 85 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument
|
| H A D | EntityManagerImpl.java | 56 * @param expiry the time until which the entity is valid 61 Map<String, String> entity, Date expiry) throws OAuthServiceException { 70 entityCache.put(entityId, new EntityWithExpiry(entity, expiry)); 188 * @param expiry the time until which the entity is valid 192 Date expiry) throws OAuthServiceException { 203 entityCache.put(entityId, new EntityWithExpiry(entity, expiry)); 239 private Date expiry; field in class:EntityManagerImpl.EntityWithExpiry 241 EntityWithExpiry(Map<String, String> entity, Date expiry) { argument 243 this.expiry = expiry; 60 createEntity(String entityType, String entitySubject, Map<String, String> entity, Date expiry) argument 191 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument 258 setExpiry(Date expiry) argument [all...] |
| H A D | DefaultEntityManagerImpl.java | 72 private static final String TOKEN_EXPIRY = "token.expiry"; 86 * @param expiry the time until which the entity is valid 91 Map<String, String> entity, Date expiry) 99 jb.append(TOKEN_EXPIRY, DateUtils.toUTCDateFormat(expiry)); 247 * @param expiry the time until which the entity is valid 251 Date expiry) throws OAuthServiceException { 257 jb.append(TOKEN_EXPIRY, DateUtils.toUTCDateFormat(expiry)); 283 updateEntity(entityId, entity, expiry); 90 createEntity(String entityType, String entitySubject, Map<String, String> entity, Date expiry) argument 250 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument
|
| /forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/ |
| H A D | RemoteCookie.java | 125 * @return The cookies expiry or -1 if not set 206 * @param expiry The cookies expiry 208 public void setMaxAge(int expiry) { argument 210 cookie.setMaxAge(expiry); 212 this.maxAge = expiry;
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/ |
| H A D | RemoteCookie.java | 125 * @return The cookies expiry or -1 if not set 206 * @param expiry The cookies expiry 208 public void setMaxAge(int expiry) { argument 210 cookie.setMaxAge(expiry); 212 this.maxAge = expiry;
|
| /forgerock/opendj2/resource/dsml/lib/ |
| H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
| /forgerock/opendj-b2.6/resource/dsml/lib/ |
| H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
| /forgerock/opendj2.6.2/resource/dsml/lib/ |
| H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
| /forgerock/opendj2-hg/resource/dsml/lib/ |
| H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
| /forgerock/opendj2-jel-hg/resource/dsml/lib/ |
| H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
| /forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
| H A D | javaee.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ... |
| /forgerock/openam-v13/openam-oauth/samples/StockService/lib/ |
| H A D | javaee.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ... |