Uses of Class
org.identityconnectors.common.security.GuardedString
Packages that use 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 net.tirasa.connid.commons.db
Methods in net.tirasa.connid.commons.db with parameters of type GuardedStringModifier and TypeMethodDescriptionstatic ConnectionSQLUtil.getDatasourceConnection(String datasourceName, String user, GuardedString password) Get the connection from the dataSource with specified user and password.static ConnectionSQLUtil.getDatasourceConnection(String datasourceName, String user, GuardedString password, Properties env) Get the connection from the dataSource with specified user and password.static ConnectionSQLUtil.getDriverMangerConnection(String driver, String url, String login, GuardedString password) Gets aConnectionusing the basic driver manager.static voidSQLUtil.setGuardedStringParam(PreparedStatement stmt, int idx, GuardedString guard) The helper guardedString bind method. -
Uses of GuardedString in net.tirasa.connid.commons.scripted
Methods in net.tirasa.connid.commons.scripted with parameters of type GuardedStringModifier and TypeMethodDescriptionAbstractScriptedConnector.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) -
Uses of GuardedString in org.identityconnectors.common.security
Methods in org.identityconnectors.common.security that return GuardedStringMethods in org.identityconnectors.common.security with parameters of type GuardedStringModifier and TypeMethodDescriptionstatic 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 GuardedStringModifier and TypeMethodDescriptionRemoteFrameworkConnectionInfo.getKey()Returns the remote framework key.Constructors in org.identityconnectors.framework.api with parameters of type GuardedStringModifierConstructorDescriptionRemoteFrameworkConnectionInfo(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. -
Uses of GuardedString in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type GuardedStringModifier and TypeMethodDescriptionAuthenticationApiOp.authenticate(ObjectClass objectClass, 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 GuardedStringModifier and TypeMethodDescriptionAttributesAccessor.findGuardedString(String name) Get the guarded string value from the specified (single-valued) attribute.static GuardedStringAttributeDeltaUtil.getCurrentPasswordValue(Set<AttributeDelta> attrsDelta) Get the current password value from the provided set ofAttributeDeltas.static GuardedStringAttributeUtil.getCurrentPasswordValue(Set<Attribute> attrs) Get the current password value from the provided set ofAttributes.static GuardedStringAttributeDeltaUtil.getGuardedStringValue(AttributeDelta attrDelta) Get theGuardedStringvalue from the specified (single-valued) attributeDelta.static GuardedStringAttributeUtil.getGuardedStringValue(Attribute attr) Get theGuardedStringvalue from the specified (single-valued) attribute.AttributesAccessor.getPassword()Get the password as a GuardeString.static GuardedStringAttributeDeltaUtil.getPasswordValue(Set<AttributeDelta> attrsDelta) Get the password value from the provided set ofAttributeDeltas.static GuardedStringAttributeUtil.getPasswordValue(Set<Attribute> attrs) Get the password value from the provided set ofAttributes.OperationOptions.getRunWithPassword()Get the password to run the operation as..Methods in org.identityconnectors.framework.common.objects with parameters of type GuardedStringModifier and TypeMethodDescriptionstatic AttributeAttributeBuilder.buildCurrentPassword(GuardedString password) Builds an operational attribute that represents the current password of an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder.buildCurrentPassword(GuardedString password) Builds an of 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.static AttributeDeltaAttributeDeltaBuilder.buildPassword(GuardedString password) Builds an of 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.impl.api
Methods in org.identityconnectors.framework.impl.api with parameters of type GuardedStringModifier and TypeMethodDescriptionfinal UidAbstractConnectorFacade.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Most basic authentication available. -
Uses of GuardedString in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type GuardedStringModifier and TypeMethodDescriptionAuthenticationImpl.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Authenticate using the basic credentials. -
Uses of GuardedString in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type GuardedStringModifier and TypeMethodDescriptionAuthenticateOp.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Simple authentication with two parameters presumed to be user name and password.