Uses of Class
org.identityconnectors.common.security.GuardedString
Package
Description
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Uses of GuardedString in org.identityconnectors.common.security
Modifier and TypeMethodDescriptionstatic String
SecurityUtil.decrypt
(GuardedString guardedString) Decrypts the value of aGuardedString
. -
Uses of GuardedString in org.identityconnectors.framework.api
Modifier and TypeMethodDescriptionRemoteFrameworkConnectionInfo.getKey()
Returns the remote framework key.ModifierConstructorDescriptionRemoteFrameworkConnectionInfo
(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. -
Uses of GuardedString in org.identityconnectors.framework.api.operations
Modifier and TypeMethodDescriptionAuthenticationApiOp.authenticate
(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Most basic authentication available. -
Uses of GuardedString in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionAttributesAccessor.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 ofAttribute
s.static GuardedString
AttributeUtil.getGuardedStringValue
(Attribute attr) Get theGuardedString
value from the specified (single-valued) attribute.AttributesAccessor.getPassword()
Get the password as a GuardeString.static GuardedString
AttributeUtil.getPasswordValue
(Set<Attribute> attrs) Get the password value from the provided set ofAttribute
s.OperationOptions.getRunWithPassword()
Get the password to run the operation as..Modifier and TypeMethodDescriptionstatic 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.setRunWithPassword
(GuardedString password) Set the run with password option. -
Uses of GuardedString in org.identityconnectors.framework.spi.operations
Modifier and TypeMethodDescriptionAuthenticateOp.authenticate
(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Simple authentication with two parameters presumed to be user name and password.