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.model.security.api   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.schema.util   
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.model.security.api
 

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

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

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 MiscSchemaUtil.isNullOrEmpty(ProtectedStringType ps)
           
static java.lang.String DebugUtil.prettyPrint(ProtectedStringType protectedStringType)
           
static void MiscSchemaUtil.setPassword(CredentialsType credentials, 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 PasswordType.protectedString
           
protected  ProtectedStringType ConnectorHostType.sharedSecret
           
 

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

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ProtectedStringType
 void PasswordType.setProtectedString(ProtectedStringType value)
          Sets the value of the protectedString property.
 void ConnectorHostType.setSharedSecret(ProtectedStringType value)
          Sets the value of the sharedSecret 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 © 2012 evolveum. All Rights Reserved.