Package | Description |
---|---|
org.identityconnectors.common.security | |
org.identityconnectors.framework.api |
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
|
org.identityconnectors.framework.api.operations | |
org.identityconnectors.framework.common.objects | |
org.identityconnectors.framework.impl.api | |
org.identityconnectors.framework.impl.api.local.operations | |
org.identityconnectors.framework.spi.operations |
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 |
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.
|
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 |
AttributeDeltaUtil.getCurrentPasswordValue(Set<AttributeDelta> attrsDelta)
Get the current password value from the provided set of
AttributeDelta
s. |
static GuardedString |
AttributeUtil.getGuardedStringValue(Attribute attr)
Get the
GuardedString value from the specified (single-valued)
attribute. |
static GuardedString |
AttributeDeltaUtil.getGuardedStringValue(AttributeDelta attrDelta)
Get the
GuardedString value from the specified (single-valued)
attributeDelta. |
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. |
static GuardedString |
AttributeDeltaUtil.getPasswordValue(Set<AttributeDelta> attrsDelta)
Get the password value from the provided set of
AttributeDelta s. |
GuardedString |
OperationOptions.getRunWithPassword()
Get the password to run the operation as..
|
Modifier and Type | Method and Description |
---|---|
static AttributeDelta |
AttributeDeltaBuilder.buildCurrentPassword(GuardedString password)
Builds an of operational attribute that
represents the current password of an object on a target system or
application.
|
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 AttributeDelta |
AttributeDeltaBuilder.buildPassword(GuardedString password)
Builds an of operational attribute that
represents the 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.
|
Copyright © 2022. All rights reserved.