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

Packages that use ProtectedStringType
com.evolveum.midpoint.common.crypto   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.web.security   
com.evolveum.midpoint.xml.ns._public.common.common_1   
com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_1   
 

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

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

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

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.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ProtectedStringType
static boolean MiscUtil.isNullOrEmpty(ProtectedStringType ps)
           
static void MiscUtil.setPassword(CredentialsType credentials, ProtectedStringType password)
           
 

Uses of ProtectedStringType in com.evolveum.midpoint.web.security
 

Methods in com.evolveum.midpoint.web.security that return ProtectedStringType
 ProtectedStringType Credentials.getPassword()
           
 

Methods in com.evolveum.midpoint.web.security with parameters of type ProtectedStringType
 void Credentials.setPassword(ProtectedStringType password)
           
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ProtectedStringType
protected  ProtectedStringType CredentialsType.Password.protectedString
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ProtectedStringType
 ProtectedStringType ObjectFactory.createProtectedStringType()
          Create an instance of ProtectedStringType
 ProtectedStringType CredentialsType.Password.getProtectedString()
          Gets the value of the protectedString property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ProtectedStringType
 void CredentialsType.Password.setProtectedString(ProtectedStringType value)
          Sets the value of the protectedString property.
 

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

Methods in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_1 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_1 with parameters of type ProtectedStringType
 javax.xml.bind.JAXBElement<ProtectedStringType> ObjectFactory.createPassword(ProtectedStringType value)
          Create an instance of JAXBElement<ProtectedStringType>}
 



Copyright © 2011 evolveum. All Rights Reserved.