|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProtectedStringType in com.evolveum.midpoint.common.crypto |
---|
Methods in com.evolveum.midpoint.common.crypto that return ProtectedStringType | |
---|---|
ProtectedStringType |
AESProtector.encrypt(Element plain)
|
ProtectedStringType |
Protector.encrypt(Element plain)
|
ProtectedStringType |
AESProtector.encryptString(String text)
|
ProtectedStringType |
Protector.encryptString(String text)
|
Methods in com.evolveum.midpoint.common.crypto with parameters of type ProtectedStringType | |
---|---|
Element |
AESProtector.decrypt(ProtectedStringType protectedString)
|
Element |
Protector.decrypt(ProtectedStringType protectedString)
|
String |
AESProtector.decryptString(ProtectedStringType protectedString)
|
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.common.policy |
---|
Methods in com.evolveum.midpoint.common.policy with parameters of type ProtectedStringType | |
---|---|
static boolean |
PasswordPolicyUtils.validatePassword(ProtectedStringType password,
List<PrismObject<ValuePolicyType>> policies)
|
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,
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 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.web.util |
---|
Methods in com.evolveum.midpoint.web.util with parameters of type ProtectedStringType | |
---|---|
static void |
WebMiscUtil.encryptProtectedString(ProtectedStringType string,
boolean encrypt,
MidPointApplication app)
|
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 | |
---|---|
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 | |
---|---|
JAXBElement<ProtectedStringType> |
ObjectFactory.createPassword(ProtectedStringType value)
Create an instance of JAXBElement < ProtectedStringType > } |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |