Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType
-
-
Uses of ProtectedStringType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ProtectedStringType Modifier and Type Method Description booleanModelInteractionService. 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
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ProtectedStringType Modifier and Type Method Description StringMidpointFunctions. getPlaintext(ProtectedStringType user) -
Uses of ProtectedStringType in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto that return ProtectedStringType Modifier and Type Method Description ProtectedStringTypeProtector. encryptString(String text)Methods in com.evolveum.midpoint.prism.crypto with parameters of type ProtectedStringType Modifier and Type Method Description booleanProtector. areEquivalent(ProtectedStringType a, ProtectedStringType b)Decides equivalence of two protected data objects (for data management purposes).booleanProtector. compareCleartext(ProtectedStringType a, ProtectedStringType b)Compare cleartext values protected inside the protected strings. -
Uses of ProtectedStringType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ProtectedStringType Modifier and Type Method Description static ProtectedStringTypeFocusTypeUtil. getPasswordValue(UserType user)static ProtectedStringTypeShadowUtil. getPasswordValue(ShadowType shadowType)Methods in com.evolveum.midpoint.schema.util with parameters of type ProtectedStringType Modifier and Type Method Description static booleanMiscSchemaUtil. isNullOrEmpty(ProtectedStringType ps)static StringSchemaDebugUtil. prettyPrint(ProtectedStringType protectedStringType)static voidMiscSchemaUtil. setPassword(CredentialsType credentials, ProtectedStringType password)static voidShadowUtil. setPassword(ShadowType shadowType, ProtectedStringType password) -
Uses of ProtectedStringType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ProtectedStringType Modifier and Type Field Description protected ProtectedStringTypeAmqp091SourceType. passwordprotected ProtectedStringTypeArtemisProvisioningTargetType. passwordprotected ProtectedStringTypeJmsProvisioningTargetType. passwordprotected ProtectedStringTypeJmsSourceType. passwordprotected ProtectedStringTypeMailServerConfigurationType. passwordprotected ProtectedStringTypeSmsGatewayConfigurationType. passwordprotected ProtectedStringTypeSmsGatewayConfigurationType. proxyPasswordMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ProtectedStringType Modifier and Type Method Description ProtectedStringTypeModuleSaml2SimpleKeyType. beginCertificate()ProtectedStringTypeModuleSaml2KeyStoreKeyType. beginKeyPassword()ProtectedStringTypeModuleSaml2KeyStoreKeyType. beginKeyStorePassword()ProtectedStringTypeModuleSaml2SimpleKeyType. beginPassphrase()ProtectedStringTypeAmqp091SourceType. beginPassword()ProtectedStringTypeArtemisProvisioningTargetType. beginPassword()ProtectedStringTypeJmsProvisioningTargetType. beginPassword()ProtectedStringTypeJmsSourceType. beginPassword()ProtectedStringTypeMailServerConfigurationType. beginPassword()ProtectedStringTypeSmsGatewayConfigurationType. beginPassword()ProtectedStringTypeModuleSaml2SimpleKeyType. beginPrivateKey()ProtectedStringTypeSmsGatewayConfigurationType. beginProxyPassword()ProtectedStringTypeSecurityQuestionAnswerType. beginQuestionAnswer()ProtectedStringTypeNodeType. beginSecret()ProtectedStringTypeConnectorHostType. beginSharedSecret()ProtectedStringTypeLdapAuthenticationModuleType. beginUserPassword()ProtectedStringTypeNonceType. beginValue()ProtectedStringTypePasswordHistoryEntryType. beginValue()ProtectedStringTypePasswordType. beginValue()ProtectedStringTypeSaml2ProviderAuthenticationModuleType. beginVerificationKeys()ProtectedStringTypeModuleSaml2SimpleKeyType. getCertificate()ProtectedStringTypeModuleSaml2KeyStoreKeyType. getKeyPassword()ProtectedStringTypeModuleSaml2KeyStoreKeyType. getKeyStorePassword()ProtectedStringTypeModuleSaml2SimpleKeyType. getPassphrase()ProtectedStringTypeAmqp091SourceType. getPassword()Gets the value of the password property.ProtectedStringTypeArtemisProvisioningTargetType. getPassword()Gets the value of the password property.ProtectedStringTypeJmsProvisioningTargetType. getPassword()Gets the value of the password property.ProtectedStringTypeJmsSourceType. getPassword()Gets the value of the password property.ProtectedStringTypeMailServerConfigurationType. getPassword()Gets the value of the password property.ProtectedStringTypeSmsGatewayConfigurationType. getPassword()Gets the value of the password property.ProtectedStringTypeModuleSaml2SimpleKeyType. getPrivateKey()ProtectedStringTypeSmsGatewayConfigurationType. getProxyPassword()Gets the value of the proxyPassword property.ProtectedStringTypeSecurityQuestionAnswerType. getQuestionAnswer()ProtectedStringTypeNodeType. getSecret()ProtectedStringTypeConnectorHostType. getSharedSecret()ProtectedStringTypeLdapAuthenticationModuleType. getUserPassword()ProtectedStringTypeNonceType. getValue()ProtectedStringTypePasswordHistoryEntryType. getValue()ProtectedStringTypePasswordType. getValue()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ProtectedStringType Modifier and Type Method Description List<ProtectedStringType>Saml2ProviderAuthenticationModuleType. createVerificationKeysList()List<ProtectedStringType>Saml2ProviderAuthenticationModuleType. getVerificationKeys()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ProtectedStringType Modifier and Type Method Description ModuleSaml2SimpleKeyTypeModuleSaml2SimpleKeyType. certificate(ProtectedStringType value)ModuleSaml2KeyStoreKeyTypeModuleSaml2KeyStoreKeyType. keyPassword(ProtectedStringType value)ModuleSaml2KeyStoreKeyTypeModuleSaml2KeyStoreKeyType. keyStorePassword(ProtectedStringType value)ModuleSaml2SimpleKeyTypeModuleSaml2SimpleKeyType. passphrase(ProtectedStringType value)Amqp091SourceTypeAmqp091SourceType. password(ProtectedStringType value)ArtemisProvisioningTargetTypeArtemisProvisioningTargetType. password(ProtectedStringType value)JmsProvisioningTargetTypeJmsProvisioningTargetType. password(ProtectedStringType value)JmsSourceTypeJmsSourceType. password(ProtectedStringType value)MailServerConfigurationTypeMailServerConfigurationType. password(ProtectedStringType value)SmsGatewayConfigurationTypeSmsGatewayConfigurationType. password(ProtectedStringType value)ModuleSaml2SimpleKeyTypeModuleSaml2SimpleKeyType. privateKey(ProtectedStringType value)SmsGatewayConfigurationTypeSmsGatewayConfigurationType. proxyPassword(ProtectedStringType value)SecurityQuestionAnswerTypeSecurityQuestionAnswerType. questionAnswer(ProtectedStringType value)NodeTypeNodeType. secret(ProtectedStringType value)voidModuleSaml2SimpleKeyType. setCertificate(ProtectedStringType value)voidModuleSaml2KeyStoreKeyType. setKeyPassword(ProtectedStringType value)voidModuleSaml2KeyStoreKeyType. setKeyStorePassword(ProtectedStringType value)voidModuleSaml2SimpleKeyType. setPassphrase(ProtectedStringType value)voidAmqp091SourceType. setPassword(ProtectedStringType value)Sets the value of the password property.voidArtemisProvisioningTargetType. setPassword(ProtectedStringType value)Sets the value of the password property.voidJmsProvisioningTargetType. setPassword(ProtectedStringType value)Sets the value of the password property.voidJmsSourceType. setPassword(ProtectedStringType value)Sets the value of the password property.voidMailServerConfigurationType. setPassword(ProtectedStringType value)Sets the value of the password property.voidSmsGatewayConfigurationType. setPassword(ProtectedStringType value)Sets the value of the password property.voidModuleSaml2SimpleKeyType. setPrivateKey(ProtectedStringType value)voidSmsGatewayConfigurationType. setProxyPassword(ProtectedStringType value)Sets the value of the proxyPassword property.voidSecurityQuestionAnswerType. setQuestionAnswer(ProtectedStringType value)voidNodeType. setSecret(ProtectedStringType value)voidConnectorHostType. setSharedSecret(ProtectedStringType value)voidLdapAuthenticationModuleType. setUserPassword(ProtectedStringType value)voidNonceType. setValue(ProtectedStringType value)voidPasswordHistoryEntryType. setValue(ProtectedStringType value)voidPasswordType. setValue(ProtectedStringType value)ConnectorHostTypeConnectorHostType. sharedSecret(ProtectedStringType value)LdapAuthenticationModuleTypeLdapAuthenticationModuleType. userPassword(ProtectedStringType value)NonceTypeNonceType. value(ProtectedStringType value)PasswordHistoryEntryTypePasswordHistoryEntryType. value(ProtectedStringType value)PasswordTypePasswordType. value(ProtectedStringType value)Saml2ProviderAuthenticationModuleTypeSaml2ProviderAuthenticationModuleType. verificationKeys(ProtectedStringType value) -
Uses of ProtectedStringType in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_3
Methods in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_3 that return types with arguments of type ProtectedStringType Modifier and Type Method Description javax.xml.bind.JAXBElement<ProtectedStringType>ObjectFactory. createCurrentPassword(ProtectedStringType value)javax.xml.bind.JAXBElement<ProtectedStringType>ObjectFactory. createPassword(ProtectedStringType value)Methods in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_3 with parameters of type ProtectedStringType Modifier and Type Method Description javax.xml.bind.JAXBElement<ProtectedStringType>ObjectFactory. createCurrentPassword(ProtectedStringType value)javax.xml.bind.JAXBElement<ProtectedStringType>ObjectFactory. createPassword(ProtectedStringType value) -
Uses of ProtectedStringType in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return ProtectedStringType Modifier and Type Method Description ProtectedStringTypeProtectedStringType. clearValue(String clearValue)ProtectedStringTypeProtectedStringType. clone()ProtectedStringTypeObjectFactory. createProtectedStringType()Create an instance ofProtectedStringTypestatic ProtectedStringTypeProtectedStringType. fromClearValue(String clearValue)
-