Modifier and Type | Method and Description |
---|---|
ProtectedStringType |
Protector.encrypt(Element plain) |
ProtectedStringType |
AESProtector.encrypt(Element plain) |
ProtectedStringType |
Protector.encryptString(String text) |
ProtectedStringType |
AESProtector.encryptString(String text) |
Modifier and Type | Method and Description |
---|---|
Element |
Protector.decrypt(ProtectedStringType protectedString) |
Element |
AESProtector.decrypt(ProtectedStringType protectedString) |
String |
Protector.decryptString(ProtectedStringType protectedString) |
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) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PasswordPolicyUtils.validatePassword(ProtectedStringType password,
List<PrismObject<ValuePolicyType>> policies) |
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(CredentialsType credentials,
ProtectedStringType password) |
static void |
ShadowUtil.setPassword(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()
Creates and returns a deep copy of this object.
|
ProtectedStringType |
ObjectFactory.createProtectedStringType()
Create an instance of
ProtectedStringType |
ProtectedStringType |
ConnectorHostType.getSharedSecret() |
ProtectedStringType |
PasswordType.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorHostType.setSharedSecret(ProtectedStringType value) |
void |
PasswordType.setValue(ProtectedStringType value) |
Constructor and Description |
---|
ProtectedStringType(ProtectedStringType o)
Creates a new
ProtectedStringType instance by deeply copying a given ProtectedStringType instance. |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ProtectedStringType> |
ObjectFactory.createPassword(ProtectedStringType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ProtectedStringType> |
ObjectFactory.createPassword(ProtectedStringType value)
|
Copyright © 2013 evolveum. All rights reserved.