Uses of Interface
org.identityconnectors.common.security.GuardedByteArray.Accessor
-
Packages that use GuardedByteArray.Accessor Package Description org.identityconnectors.common.security -
-
Uses of GuardedByteArray.Accessor in org.identityconnectors.common.security
Methods in org.identityconnectors.common.security with parameters of type GuardedByteArray.Accessor Modifier and Type Method Description void
GuardedByteArray. access(GuardedByteArray.Accessor accessor)
Provides access to the clear-text value of the byte array in a controlled fashion.
-