| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011 ForgeRock AS |
| | | */ |
| | | package org.opends.server.config; |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * The name of the operational attribute which will be put in user's entry in |
| | | * order to cache a copy of their password for pass through authentication. |
| | | */ |
| | | public static final String OP_ATTR_PTAPOLICY_CACHED_PASSWORD = |
| | | "ds-pta-cached-password"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the operational attribute which will be put in user's entry in |
| | | * order to record the time at which their password was cached for pass |
| | | * through authentication. |
| | | */ |
| | | public static final String OP_ATTR_PTAPOLICY_CACHED_PASSWORD_TIME = |
| | | "ds-pta-cached-password-time"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the attribute option used to indicate that a configuration |
| | | * attribute has one or more pending values. |
| | | */ |