Modifier and Type | Method and Description |
---|---|
static boolean |
PasswordPolicyUtils.validatePassword(ProtectedStringType password,
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ValuePolicyType>> policies) |
Modifier and Type | Method and Description |
---|---|
static ProtectedStringType |
ModelClientUtil.createProtectedString(String clearValue) |
Modifier and Type | Method and Description |
---|---|
ProtectedStringType |
BasicExpressionFunctions.encrypt(String string) |
Modifier and Type | Method and Description |
---|---|
String |
BasicExpressionFunctions.decrypt(ProtectedStringType protectedString) |
Modifier and Type | Method and Description |
---|---|
ProtectedStringType |
BaseProtector.encryptString(String text) |
ProtectedStringType |
Protector.encryptString(String text) |
Modifier and Type | Method and Description |
---|---|
String |
BaseProtector.decryptString(ProtectedStringType protectedString) |
String |
Protector.decryptString(ProtectedStringType protectedString) |
boolean |
BaseProtector.isEncrypted(ProtectedStringType ps) |
boolean |
Protector.isEncrypted(ProtectedStringType ps)
Returns true if protected string contains encrypted data that seems valid.
|
Modifier and Type | Method and Description |
---|---|
ProtectedStringType |
PasswordChangeOperation.getNewPassword() |
ProtectedStringType |
PasswordChangeOperation.getOldPassword() |
Modifier and Type | Method and Description |
---|---|
void |
PasswordChangeOperation.setNewPassword(ProtectedStringType newPassword) |
void |
PasswordChangeOperation.setOldPassword(ProtectedStringType oldPassword) |
Constructor and Description |
---|
PasswordChangeOperation(ProtectedStringType newPassword) |
PasswordChangeOperation(ProtectedStringType newPassword,
ProtectedStringType oldPassword) |
Modifier and Type | Method and Description |
---|---|
static org.identityconnectors.common.security.GuardedString |
UcfUtil.toGuardedString(ProtectedStringType ps,
Protector protector,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
static boolean |
MiscSchemaUtil.isNullOrEmpty(ProtectedStringType ps) |
static String |
SchemaDebugUtil.prettyPrint(ProtectedStringType protectedStringType) |
static void |
MiscSchemaUtil.setPassword(com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialsType credentials,
ProtectedStringType password) |
static void |
ShadowUtil.setPassword(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
ProtectedStringType password) |
Modifier and Type | Method and Description |
---|---|
static void |
WebMiscUtil.encryptProtectedString(ProtectedStringType string,
boolean encrypt,
MidPointApplication app) |
Modifier and Type | Method and Description |
---|---|
ProtectedStringType |
ProtectedStringType.clone() |
ProtectedStringType |
ObjectFactory.createProtectedStringType()
Create an instance of
ProtectedStringType |
Copyright © 2014 evolveum. All rights reserved.