Uses of Package
org.identityconnectors.common.security

Packages that use org.identityconnectors.common.security
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   
 

Classes in org.identityconnectors.common.security used by org.identityconnectors.common.security
Encryptor
          Responsible for encrypting/decrypting bytes.
EncryptorFactory
           
GuardedByteArray
          Secure byte array implementation that solves the problems associated with keeping confidential data as byte[].
GuardedByteArray.Accessor
          Callback interface for those times that it is necessary to access the clear text of the guarded bytes.
GuardedString
          Secure string implementation that solves the problems associated with keeping passwords as java.lang.String.
GuardedString.Accessor
          Callback interface for those times that it is necessary to access the clear text of the secure string.
 

Classes in org.identityconnectors.common.security used by org.identityconnectors.framework.api
GuardedString
          Secure string implementation that solves the problems associated with keeping passwords as java.lang.String.
 

Classes in org.identityconnectors.common.security used by org.identityconnectors.framework.api.operations
GuardedString
          Secure string implementation that solves the problems associated with keeping passwords as java.lang.String.
 

Classes in org.identityconnectors.common.security used by org.identityconnectors.framework.common.objects
GuardedString
          Secure string implementation that solves the problems associated with keeping passwords as java.lang.String.
 

Classes in org.identityconnectors.common.security used by org.identityconnectors.framework.spi.operations
GuardedString
          Secure string implementation that solves the problems associated with keeping passwords as java.lang.String.
 



Copyright © 2012. All Rights Reserved.