Modifier and Type | Method and Description |
---|---|
GuardedString |
KerberosConfiguration.fetchPrivateKey() |
GuardedString |
KerberosConfiguration.getPassphrase() |
GuardedString |
KerberosConfiguration.getPassword() |
Modifier and Type | Method and Description |
---|---|
void |
KerberosConfiguration.setPassphrase(GuardedString passphrase) |
void |
KerberosConfiguration.setPassword(GuardedString password) |
Modifier and Type | Method and Description |
---|---|
GuardedString |
ScriptedCRESTConfiguration.getPassword() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptedCRESTConfiguration.setPassword(GuardedString password) |
Modifier and Type | Method and Description |
---|---|
GuardedString |
ScriptedRESTConfiguration.getPassword() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptedRESTConfiguration.setPassword(GuardedString password) |
Modifier and Type | Method and Description |
---|---|
GuardedString |
SSHConfiguration.fetchPrivateKey() |
GuardedString |
SSHConfiguration.getPassphrase() |
GuardedString |
SSHConfiguration.getPassword() |
Modifier and Type | Method and Description |
---|---|
void |
SSHConfiguration.setPassphrase(GuardedString passphrase) |
void |
SSHConfiguration.setPassword(GuardedString password) |
Modifier and Type | Method and Description |
---|---|
Uid |
XMLConnector.authenticate(ObjectClass objClass,
String username,
GuardedString password,
OperationOptions options) |
Uid |
XMLHandlerImpl.authenticate(String username,
GuardedString password) |
Uid |
XMLHandler.authenticate(String username,
GuardedString password) |
Uid |
ConcurrentXMLHandler.authenticate(String username,
GuardedString password) |
Modifier and Type | Method and Description |
---|---|
Uid |
CSVFileConnector.authenticate(ObjectClass objectClass,
String userName,
GuardedString password,
OperationOptions options)
Simple authentication with two parameters presumed to be user name and
password.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
AuthenticationAsyncApiOp.authenticateAsync(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
Most basic authentication available.
|
Modifier and Type | Method and Description |
---|---|
Uid |
AuthenticationAsyncApiOpImpl.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
AuthenticationAsyncApiOpImpl.authenticateAsync(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
GuardedString |
ConnectionManagerConfig.getKeyPass() |
GuardedString |
ConnectionManagerConfig.getKeyStorePass() |
GuardedString |
RemoteWSFrameworkConnectionInfo.getPassword() |
GuardedString |
RemoteWSFrameworkConnectionInfo.getProxyPassword() |
GuardedString |
ConnectionManagerConfig.getTrustStorePass() |
Modifier and Type | Method and Description |
---|---|
static String |
ConnectionManager.computeBasicAuthentication(String principal,
GuardedString password) |
protected void |
RemoteWSFrameworkConnectionInfo.setPassword(GuardedString password) |
RemoteWSFrameworkConnectionInfo.Builder |
RemoteWSFrameworkConnectionInfo.Builder.setPassword(GuardedString password) |
void |
RemoteWSFrameworkConnectionInfo.setProxyPassword(GuardedString proxyPassword) |
RemoteWSFrameworkConnectionInfo.Builder |
RemoteWSFrameworkConnectionInfo.Builder.setProxyPassword(GuardedString proxyPassword) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.authenticateAsync(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
static SharedSecretPrincipal |
SharedSecretPrincipal.createBasic(String name,
GuardedString secret) |
Modifier and Type | Method and Description |
---|---|
GuardedString |
ScriptedConfiguration.getCustomSensitiveConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorObjectDelegate.attribute(String name,
GuardedString... args) |
Uid |
ScriptedConnectorBase.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
protected Object |
ScriptedConnectorBase.executeAuthenticate(String scriptName,
ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
void |
ScriptedConfiguration.setCustomSensitiveConfiguration(GuardedString customConfiguration) |
Modifier and Type | Method and Description |
---|---|
GuardedString |
GuardedString.copy()
Create a copy of the string.
|
Modifier and Type | Method and Description |
---|---|
static String |
SecurityUtil.decrypt(GuardedString guardedString)
Decrypts the value of a
GuardedString . |
Modifier and Type | Method and Description |
---|---|
GuardedString |
DatabaseTableConfiguration.getPassword() |
Modifier and Type | Method and Description |
---|---|
Uid |
DatabaseTableConnector.authenticate(ObjectClass oclass,
String username,
GuardedString password,
OperationOptions options)
Attempts to authenticate the given username combination
Simple authentication with two parameters presumed to be user name and
password.
|
void |
DatabaseTableConfiguration.setPassword(GuardedString value) |
Modifier and Type | Method and Description |
---|---|
static Connection |
SQLUtil.getDatasourceConnection(String datasourceName,
String user,
GuardedString password)
Get the connection from the dataSource with specified user and password.
|
static Connection |
SQLUtil.getDatasourceConnection(String datasourceName,
String user,
GuardedString password,
Hashtable<?,?> env)
Get the connection from the dataSource with specified user and password.
|
static Connection |
SQLUtil.getDriverMangerConnection(String driver,
String url,
String login,
GuardedString password)
Gets a
Connection using the basic driver manager. |
static Connection |
SQLUtil.getDriverMangerConnection(String driver,
String url,
String login,
GuardedString password,
Properties properties)
Gets a
Connection using the basic driver manager. |
static void |
SQLUtil.setGuardedStringParam(PreparedStatement stmt,
int idx,
GuardedString guard)
The helper guardedString bind method.
|
Modifier and Type | Method and Description |
---|---|
GuardedString |
RemoteFrameworkConnectionInfo.getKey()
Returns the remote framework key.
|
Constructor and Description |
---|
RemoteFrameworkConnectionInfo(String host,
int port,
GuardedString key)
Creates a new instance of RemoteFrameworkConnectionInfo, using a clear
(non-ssl) connection and a 60-second timeout.
|
RemoteFrameworkConnectionInfo(String host,
int port,
GuardedString key,
boolean useSSL,
List<TrustManager> trustManagers,
int timeout)
Creates a new instance of RemoteFrameworkConnectionInfo.
|
RemoteFrameworkConnectionInfo(String host,
int port,
GuardedString key,
boolean useSSL,
List<TrustManager> trustManagers,
int timeout,
long heartbeatInterval)
Creates a new instance of RemoteFrameworkConnectionInfo.
|
Modifier and Type | Method and Description |
---|---|
Uid |
AuthenticationApiOp.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
Most basic authentication available.
|
Modifier and Type | Method and Description |
---|---|
GuardedString |
AttributesAccessor.findGuardedString(String name)
Get the guarded string value from the specified (single-valued)
attribute.
|
static GuardedString |
AttributeUtil.getCurrentPasswordValue(Set<Attribute> attrs)
Get the current password value from the provided set of
Attribute
s. |
static GuardedString |
AttributeUtil.getGuardedStringValue(Attribute attr)
Get the
GuardedString value from the specified (single-valued)
attribute. |
GuardedString |
AttributesAccessor.getPassword()
Get the password as a GuardeString.
|
static GuardedString |
AttributeUtil.getPasswordValue(Set<Attribute> attrs)
Get the password value from the provided set of
Attribute s. |
GuardedString |
OperationOptions.getRunWithPassword()
Get the password to run the operation as..
|
Modifier and Type | Method and Description |
---|---|
static Attribute |
AttributeBuilder.buildCurrentPassword(GuardedString password)
Builds an operational attribute that
represents the current password of an object on a target system or
application.
|
static Attribute |
AttributeBuilder.buildPassword(GuardedString password)
Builds an operational attribute that
represents the password of an object on a target system or application.
|
OperationOptionsBuilder |
OperationOptionsBuilder.setRunWithPassword(GuardedString password)
Set the run with password option.
|
Modifier and Type | Method and Description |
---|---|
Uid |
AbstractConnectorFacade.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
Most basic authentication available.
|
Modifier and Type | Method and Description |
---|---|
Uid |
AuthenticationImpl.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
Authenticate using the basic credentials.
|
Modifier and Type | Method and Description |
---|---|
Uid |
AuthenticateOp.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
Simple authentication with two parameters presumed to be user name and
password.
|
Modifier and Type | Method and Description |
---|---|
GuardedString |
LdapConfiguration.getCredentials() |
Modifier and Type | Method and Description |
---|---|
Uid |
LdapAuthenticate.authenticate(GuardedString password) |
Uid |
LdapConnector.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
LdapConnection.AuthenticationResult |
LdapConnection.authenticate(String entryDN,
GuardedString password) |
LdapContext |
LdapConnection.getRunAsContext(String principal,
GuardedString credentials) |
void |
LdapConfiguration.setCredentials(GuardedString credentials) |
Modifier and Type | Method and Description |
---|---|
static GuardedPasswordAttribute |
GuardedPasswordAttribute.create(String attrName,
GuardedString password) |
Copyright © 2018–2025. All rights reserved.