Uses of Class
org.identityconnectors.common.security.GuardedString
-
Packages that use GuardedString 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.spi.operations -
-
Uses of GuardedString in org.identityconnectors.common.security
Methods in org.identityconnectors.common.security that return GuardedString Modifier and Type Method Description GuardedStringGuardedString. copy()Create a copy of the string.Methods in org.identityconnectors.common.security with parameters of type GuardedString Modifier and Type Method Description static java.lang.StringSecurityUtil. decrypt(GuardedString guardedString)Decrypts the value of aGuardedString. -
Uses of GuardedString in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return GuardedString Modifier and Type Method Description GuardedStringRemoteFrameworkConnectionInfo. getKey()Returns the remote framework key.Constructors in org.identityconnectors.framework.api with parameters of type GuardedString Constructor Description RemoteFrameworkConnectionInfo(java.lang.String host, int port, GuardedString key)Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout.RemoteFrameworkConnectionInfo(java.lang.String host, int port, GuardedString key, boolean useSSL, java.util.List<javax.net.ssl.TrustManager> trustManagers, int timeout)Creates a new instance of RemoteFrameworkConnectionInfo.RemoteFrameworkConnectionInfo(java.lang.String host, int port, GuardedString key, boolean useSSL, java.util.List<javax.net.ssl.TrustManager> trustManagers, int timeout, long heartbeatInterval)Creates a new instance of RemoteFrameworkConnectionInfo. -
Uses of GuardedString in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type GuardedString Modifier and Type Method Description UidAuthenticationApiOp. authenticate(ObjectClass objectClass, java.lang.String username, GuardedString password, OperationOptions options)Most basic authentication available. -
Uses of GuardedString in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return GuardedString Modifier and Type Method Description GuardedStringAttributesAccessor. findGuardedString(java.lang.String name)Get the guarded string value from the specified (single-valued) attribute.static GuardedStringAttributeUtil. getCurrentPasswordValue(java.util.Set<Attribute> attrs)Get the current password value from the provided set ofAttributes.static GuardedStringAttributeUtil. getGuardedStringValue(Attribute attr)Get theGuardedStringvalue from the specified (single-valued) attribute.GuardedStringAttributesAccessor. getPassword()Get the password as a GuardeString.static GuardedStringAttributeUtil. getPasswordValue(java.util.Set<Attribute> attrs)Get the password value from the provided set ofAttributes.GuardedStringOperationOptions. getRunWithPassword()Get the password to run the operation as..Methods in org.identityconnectors.framework.common.objects with parameters of type GuardedString Modifier and Type Method Description static AttributeAttributeBuilder. buildCurrentPassword(GuardedString password)Builds an operational attribute that represents the current password of an object on a target system or application.static AttributeAttributeBuilder. buildPassword(GuardedString password)Builds an operational attribute that represents the password of an object on a target system or application.OperationOptionsBuilderOperationOptionsBuilder. setRunWithPassword(GuardedString password)Set the run with password option. -
Uses of GuardedString in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type GuardedString Modifier and Type Method Description UidAuthenticateOp. authenticate(ObjectClass objectClass, java.lang.String username, GuardedString password, OperationOptions options)Simple authentication with two parameters presumed to be user name and password.
-