Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of ProtectedStringType in com.evolveum.midpoint.gui.api.component.password
Modifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<ProtectedStringType>
PasswordPanel.getPasswordModel()
Modifier and TypeMethodDescriptionprotected org.apache.wicket.Component
ProtectedStringPropertyPanel.createValuePanel
(org.apache.wicket.markup.html.list.ListItem<PrismPropertyValueWrapper<ProtectedStringType>> item) ModifierConstructorDescriptionPasswordPanel
(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel) PasswordPanel
(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible) PasswordPanel
(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible, PrismObject<F> prismObject) PasswordPropertyPanel
(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel) PasswordPropertyPanel
(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible) PasswordPropertyPanel
(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible, PrismObject<F> object) ProtectedStringModel
(org.apache.wicket.model.IModel<ProtectedStringType> psModel) ProtectedStringPropertyPanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> model, ItemPanelSettings settings) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.api.util
Modifier and TypeMethodDescriptionstatic void
WebComponentUtil.encryptProtectedString
(ProtectedStringType string, boolean encrypt, ModelServiceLocator serviceLocator) static void
WebComponentUtil.encryptProtectedString
(ProtectedStringType string, boolean encrypt, MidPointApplication app) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.factory.wrapper
Modifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ProtectedStringType>
ProtectedStringWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) Modifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ProtectedStringType>
ProtectedStringWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) void
ProtectedStringWrapperFactory.registerWrapperPanel
(PrismPropertyWrapper<ProtectedStringType> wrapper) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.page.self.credentials
Modifier and TypeFieldDescriptionprotected ProtectedStringType
ChangePasswordPanel.newPasswordValue
Modifier and TypeMethodDescriptionprotected void
ChangePasswordPanel.collectDeltas
(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) protected void
PropagatePasswordPanel.collectDeltas
(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form
ModifierConstructorDescriptionVerticalFormPasswordPropertyPanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> model, ItemPanelSettings settings) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.prism.wrapper
ModifierConstructorDescriptionProtectedStringTypeWrapperImpl
(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status) -
Uses of ProtectedStringType in com.evolveum.midpoint.model.api
Modifier and TypeMethodDescriptionboolean
ModelInteractionService.checkPassword
(String userOid, ProtectedStringType password, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Checks if the supplied password matches with current user password.<O extends ObjectType>
List<StringLimitationResult>ModelInteractionService.validateValue
(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) -
Uses of ProtectedStringType in com.evolveum.midpoint.model.api.expr
-
Uses of ProtectedStringType in com.evolveum.midpoint.prism.crypto
Modifier and TypeMethodDescriptionboolean
Protector.areEquivalent
(ProtectedStringType a, ProtectedStringType b) Decides equivalence of two protected data objects (for data management purposes).boolean
Protector.compareCleartext
(ProtectedStringType a, ProtectedStringType b) Compare cleartext values protected inside the protected strings. -
Uses of ProtectedStringType in com.evolveum.midpoint.schema.util
Modifier and TypeMethodDescriptionstatic ProtectedStringType
FocusTypeUtil.getPasswordValue
(UserType user) static ProtectedStringType
ShadowUtil.getPasswordValue
(ShadowType shadowType) Modifier and TypeMethodDescriptionstatic boolean
MiscSchemaUtil.isNullOrEmpty
(ProtectedStringType ps) static String
SchemaDebugUtil.prettyPrint
(ProtectedStringType protectedStringType) static void
MiscSchemaUtil.setPassword
(CredentialsType credentials, ProtectedStringType password) static void
ShadowUtil.setPassword
(ShadowType shadow, ProtectedStringType passwordValue) -
Uses of ProtectedStringType in com.evolveum.midpoint.xml.ns._public.common.common_3
Modifier and TypeFieldDescriptionprotected ProtectedStringType
Amqp091SourceType.password
protected ProtectedStringType
ArtemisProvisioningTargetType.password
protected ProtectedStringType
JmsProvisioningTargetType.password
protected ProtectedStringType
JmsSourceType.password
protected ProtectedStringType
MailServerConfigurationType.password
protected ProtectedStringType
SmsGatewayConfigurationType.password
protected ProtectedStringType
SmsGatewayConfigurationType.proxyPassword
Modifier and TypeMethodDescriptionAbstractSimpleKeyType.getCertificate()
DuoAuthenticationModuleType.getClientSecret()
OidcClientAuthenticationModuleType.getClientSecret()
AbstractKeyStoreKeyType.getKeyPassword()
AbstractKeyStoreKeyType.getKeyStorePassword()
AbstractSimpleKeyType.getPassphrase()
Amqp091SourceType.getPassword()
ArtemisProvisioningTargetType.getPassword()
IdMatchCorrelatorType.getPassword()
JmsProvisioningTargetType.getPassword()
JmsSourceType.getPassword()
MailServerConfigurationType.getPassword()
SmsGatewayConfigurationType.getPassword()
AbstractSimpleKeyType.getPrivateKey()
SmsGatewayConfigurationType.getProxyPassword()
SecurityQuestionAnswerType.getQuestionAnswer()
NodeType.getSecret()
ConnectorHostType.getSharedSecret()
JwtOidcResourceServerType.getSingleSymmetricKey()
OidcResourceServerAuthenticationModuleType.getSingleSymmetricKey()
JwtOidcResourceServerType.getTrustingAsymmetricCertificate()
OidcResourceServerAuthenticationModuleType.getTrustingAsymmetricCertificate()
LdapAuthenticationModuleType.getUserPassword()
NonceType.getValue()
PasswordHistoryEntryType.getValue()
PasswordType.getValue()
Modifier and TypeMethodDescriptionAbstractSimpleKeyType.certificate
(ProtectedStringType value) ModuleSaml2SimpleKeyType.certificate
(ProtectedStringType value) DuoAuthenticationModuleType.clientSecret
(ProtectedStringType value) OidcClientAuthenticationModuleType.clientSecret
(ProtectedStringType value) AbstractKeyStoreKeyType.keyPassword
(ProtectedStringType value) ModuleSaml2KeyStoreKeyType.keyPassword
(ProtectedStringType value) AbstractKeyStoreKeyType.keyStorePassword
(ProtectedStringType value) ModuleSaml2KeyStoreKeyType.keyStorePassword
(ProtectedStringType value) AbstractSimpleKeyType.passphrase
(ProtectedStringType value) ModuleSaml2SimpleKeyType.passphrase
(ProtectedStringType value) Amqp091SourceType.password
(ProtectedStringType value) ArtemisProvisioningTargetType.password
(ProtectedStringType value) IdMatchCorrelatorType.password
(ProtectedStringType value) IdMatchSubCorrelatorType.password
(ProtectedStringType value) JmsProvisioningTargetType.password
(ProtectedStringType value) JmsSourceType.password
(ProtectedStringType value) MailServerConfigurationType.password
(ProtectedStringType value) SmsGatewayConfigurationType.password
(ProtectedStringType value) AbstractSimpleKeyType.privateKey
(ProtectedStringType value) ModuleSaml2SimpleKeyType.privateKey
(ProtectedStringType value) SmsGatewayConfigurationType.proxyPassword
(ProtectedStringType value) SecurityQuestionAnswerType.questionAnswer
(ProtectedStringType value) NodeType.secret
(ProtectedStringType value) void
AbstractSimpleKeyType.setCertificate
(ProtectedStringType value) void
DuoAuthenticationModuleType.setClientSecret
(ProtectedStringType value) void
OidcClientAuthenticationModuleType.setClientSecret
(ProtectedStringType value) void
AbstractKeyStoreKeyType.setKeyPassword
(ProtectedStringType value) void
AbstractKeyStoreKeyType.setKeyStorePassword
(ProtectedStringType value) void
AbstractSimpleKeyType.setPassphrase
(ProtectedStringType value) void
Amqp091SourceType.setPassword
(ProtectedStringType value) void
ArtemisProvisioningTargetType.setPassword
(ProtectedStringType value) void
IdMatchCorrelatorType.setPassword
(ProtectedStringType value) void
JmsProvisioningTargetType.setPassword
(ProtectedStringType value) void
JmsSourceType.setPassword
(ProtectedStringType value) void
MailServerConfigurationType.setPassword
(ProtectedStringType value) void
SmsGatewayConfigurationType.setPassword
(ProtectedStringType value) void
AbstractSimpleKeyType.setPrivateKey
(ProtectedStringType value) void
SmsGatewayConfigurationType.setProxyPassword
(ProtectedStringType value) void
SecurityQuestionAnswerType.setQuestionAnswer
(ProtectedStringType value) void
NodeType.setSecret
(ProtectedStringType value) void
ConnectorHostType.setSharedSecret
(ProtectedStringType value) void
JwtOidcResourceServerType.setSingleSymmetricKey
(ProtectedStringType value) void
OidcResourceServerAuthenticationModuleType.setSingleSymmetricKey
(ProtectedStringType value) void
JwtOidcResourceServerType.setTrustingAsymmetricCertificate
(ProtectedStringType value) void
OidcResourceServerAuthenticationModuleType.setTrustingAsymmetricCertificate
(ProtectedStringType value) void
LdapAuthenticationModuleType.setUserPassword
(ProtectedStringType value) void
NonceType.setValue
(ProtectedStringType value) void
PasswordHistoryEntryType.setValue
(ProtectedStringType value) void
PasswordType.setValue
(ProtectedStringType value) ConnectorHostType.sharedSecret
(ProtectedStringType value) JwtOidcResourceServerType.singleSymmetricKey
(ProtectedStringType value) OidcResourceServerAuthenticationModuleType.singleSymmetricKey
(ProtectedStringType value) JwtOidcResourceServerType.trustingAsymmetricCertificate
(ProtectedStringType value) OidcResourceServerAuthenticationModuleType.trustingAsymmetricCertificate
(ProtectedStringType value) LdapAuthenticationModuleType.userPassword
(ProtectedStringType value) NonceType.value
(ProtectedStringType value) PasswordHistoryEntryType.value
(ProtectedStringType value) PasswordType.value
(ProtectedStringType value) Saml2ProviderAuthenticationModuleType.verificationKeys
(ProtectedStringType value) -
Uses of ProtectedStringType in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_3
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ProtectedStringType>
ObjectFactory.createCurrentPassword
(ProtectedStringType value) jakarta.xml.bind.JAXBElement<ProtectedStringType>
ObjectFactory.createPassword
(ProtectedStringType value) Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ProtectedStringType>
ObjectFactory.createCurrentPassword
(ProtectedStringType value) jakarta.xml.bind.JAXBElement<ProtectedStringType>
ObjectFactory.createPassword
(ProtectedStringType value) -
Uses of ProtectedStringType in com.evolveum.prism.xml.ns._public.types_3
Modifier and TypeMethodDescriptionProtectedStringType.clearValue
(String clearValue) ProtectedStringType.clone()
ObjectFactory.createProtectedStringType()
Create an instance ofProtectedStringType
static ProtectedStringType
ProtectedStringType.fromClearValue
(String clearValue)