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 |
---|---|
ProtectedStringType |
BasicExpressionFunctions.encrypt(String string) |
Modifier and Type | Method and Description |
---|---|
String |
BasicExpressionFunctions.decrypt(ProtectedStringType protectedString) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PasswordPolicyUtils.validatePassword(ProtectedStringType password,
List<com.evolveum.midpoint.prism.PrismObject<ValuePolicyType>> policies) |
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 |
---|---|
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.createCurrentPassword(ProtectedStringType value)
|
JAXBElement<ProtectedStringType> |
ObjectFactory.createPassword(ProtectedStringType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ProtectedStringType> |
ObjectFactory.createCurrentPassword(ProtectedStringType value)
|
JAXBElement<ProtectedStringType> |
ObjectFactory.createPassword(ProtectedStringType value)
|
Copyright © 2014 Evolveum. All rights reserved.