Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.ProtectedStringType

Packages that use ProtectedStringType
com.evolveum.midpoint.common.crypto   
com.evolveum.midpoint.common.policy   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.util   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_2   
 

Uses of ProtectedStringType in com.evolveum.midpoint.common.crypto
 

Methods in com.evolveum.midpoint.common.crypto that return ProtectedStringType
 ProtectedStringType Protector.encrypt(org.w3c.dom.Element plain)
           
 ProtectedStringType AESProtector.encrypt(org.w3c.dom.Element plain)
           
 ProtectedStringType Protector.encryptString(java.lang.String text)
           
 ProtectedStringType AESProtector.encryptString(java.lang.String text)
           
 

Methods in com.evolveum.midpoint.common.crypto with parameters of type ProtectedStringType
 org.w3c.dom.Element Protector.decrypt(ProtectedStringType protectedString)
           
 org.w3c.dom.Element AESProtector.decrypt(ProtectedStringType protectedString)
           
 java.lang.String Protector.decryptString(ProtectedStringType protectedString)
           
 java.lang.String AESProtector.decryptString(ProtectedStringType protectedString)
           
 void Protector.encrypt(ProtectedStringType ps)
          Encrypts the ProtectedStringType "in place".
 void AESProtector.encrypt(ProtectedStringType ps)
           
 boolean Protector.isEncrypted(ProtectedStringType ps)
          Returns true if protected string contains encrypted data that seems valid.
 boolean AESProtector.isEncrypted(ProtectedStringType ps)
           
 

Uses of ProtectedStringType in com.evolveum.midpoint.common.policy
 

Methods in com.evolveum.midpoint.common.policy with parameters of type ProtectedStringType
static boolean PasswordPolicyUtils.validatePassword(ProtectedStringType password, java.util.List<PrismObject<ValuePolicyType>> policies)
           
static boolean PasswordPolicyUtils.validatePassword(ProtectedStringType password, ValuePolicyType pp)
           
 

Uses of ProtectedStringType in com.evolveum.midpoint.provisioning.ucf.api
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that return ProtectedStringType
 ProtectedStringType PasswordChangeOperation.getNewPassword()
           
 ProtectedStringType PasswordChangeOperation.getOldPassword()
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ProtectedStringType
 void PasswordChangeOperation.setNewPassword(ProtectedStringType newPassword)
           
 void PasswordChangeOperation.setOldPassword(ProtectedStringType oldPassword)
           
 

Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ProtectedStringType
PasswordChangeOperation(ProtectedStringType newPassword)
           
PasswordChangeOperation(ProtectedStringType newPassword, ProtectedStringType oldPassword)
           
 

Uses of ProtectedStringType in com.evolveum.midpoint.provisioning.ucf.util
 

Methods in com.evolveum.midpoint.provisioning.ucf.util with parameters of type ProtectedStringType
static org.identityconnectors.common.security.GuardedString UcfUtil.toGuardedString(ProtectedStringType ps, Protector protector, java.lang.String propertyName)
           
 

Uses of ProtectedStringType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ProtectedStringType
static boolean MiscSchemaUtil.isNullOrEmpty(ProtectedStringType ps)
           
static java.lang.String SchemaDebugUtil.prettyPrint(ProtectedStringType protectedStringType)
           
static void ResourceObjectShadowUtil.setPassword(AccountShadowType accountShadowType, ProtectedStringType password)
           
static void MiscSchemaUtil.setPassword(CredentialsType credentials, ProtectedStringType password)
           
 

Uses of ProtectedStringType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ProtectedStringType
 ProtectedStringType ProtectedStringType.clone()
          Creates and returns a deep copy of this object.
 ProtectedStringType ObjectFactory.createProtectedStringType()
          Create an instance of ProtectedStringType
 ProtectedStringType ConnectorHostType.getSharedSecret()
           
 ProtectedStringType PasswordType.getValue()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ProtectedStringType
 void ConnectorHostType.setSharedSecret(ProtectedStringType value)
           
 void PasswordType.setValue(ProtectedStringType value)
           
 

Constructors in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ProtectedStringType
ProtectedStringType(ProtectedStringType o)
          Creates a new ProtectedStringType instance by deeply copying a given ProtectedStringType instance.
 

Uses of ProtectedStringType in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_2
 

Methods in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_2 that return types with arguments of type ProtectedStringType
 javax.xml.bind.JAXBElement<ProtectedStringType> ObjectFactory.createPassword(ProtectedStringType value)
          Create an instance of JAXBElement<ProtectedStringType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_2 with parameters of type ProtectedStringType
 javax.xml.bind.JAXBElement<ProtectedStringType> ObjectFactory.createPassword(ProtectedStringType value)
          Create an instance of JAXBElement<ProtectedStringType>}
 



Copyright © 2012 evolveum. All Rights Reserved.