Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType
Packages that use ProtectedStringType
Package
Description
-
Uses of ProtectedStringType in com.evolveum.midpoint.gui.api.component.password
Methods in com.evolveum.midpoint.gui.api.component.password that return types with arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<ProtectedStringType>PasswordPanel.getPasswordModel()Method parameters in com.evolveum.midpoint.gui.api.component.password with type arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.ComponentProtectedStringPropertyPanel.createValuePanel(org.apache.wicket.markup.html.list.ListItem<PrismPropertyValueWrapper<ProtectedStringType>> item) Constructor parameters in com.evolveum.midpoint.gui.api.component.password with type arguments of type ProtectedStringTypeModifierConstructorDescriptionPasswordPanel(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible, boolean showOneLinePasswordPanel, PrismObject<F> prismObject) PasswordPanel(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible, boolean showOneLinePasswordPanel, PrismObject<F> prismObject, boolean addTabIndexForLimitationPanel) 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 showOneLinePasswordPanel) PasswordPropertyPanel(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible, boolean showOneLinePasswordPanel) PasswordPropertyPanel(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible, boolean showOneLinePasswordPanel, PrismObject<F> object) PasswordPropertyPanel(String id, org.apache.wicket.model.IModel<ProtectedStringType> passwordModel, boolean isReadOnly, boolean isInputVisible, PrismObject<F> object, boolean isTabIndexForLimitationPanelEnabled) ProtectedStringClearPasswordModel(org.apache.wicket.model.IModel<ProtectedStringType> psModel) ProtectedStringPanel(String id, org.apache.wicket.model.IModel<PrismPropertyValueWrapper<ProtectedStringType>> model, boolean showProviderPanel, boolean showOneLinePasswordPanel, boolean useGlobalValuePolicy) ProtectedStringPropertyPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> model, ItemPanelSettings settings) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionstatic voidWebComponentUtil.encryptProtectedString(ProtectedStringType string, boolean encrypt, ModelServiceLocator serviceLocator) static voidWebComponentUtil.encryptProtectedString(ProtectedStringType string, boolean encrypt, MidPointApplication app) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.factory.panel
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionvoidProtectedStringPanelFactory.configure(PrismPropertyPanelContext<ProtectedStringType> panelCtx, org.apache.wicket.Component component) org.apache.wicket.ComponentProtectedStringPanelFactory.createPanel(PrismPropertyPanelContext<ProtectedStringType> panelCtx) protected booleanProtectedStringInConnectorConfigurationPanelFactory.showProviderPanel(ItemRealValueModel<ProtectedStringType> realValueModel) protected booleanProtectedStringPanelFactory.showProviderPanel(ItemRealValueModel<ProtectedStringType> realValueModel) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ProtectedStringType>ProtectedStringWrapperFactory.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ProtectedStringType>ProtectedStringWrapperFactory.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) voidProtectedStringWrapperFactory.registerWrapperPanel(PrismPropertyWrapper<ProtectedStringType> wrapper) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.page.self.credentials
Fields in com.evolveum.midpoint.gui.impl.page.self.credentials declared as ProtectedStringTypeModifier and TypeFieldDescriptionprotected ProtectedStringTypeChangePasswordPanel.newPasswordValueMethods in com.evolveum.midpoint.gui.impl.page.self.credentials with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionprotected voidChangePasswordPanel.collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) protected voidPropagatePasswordPanel.collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form
Method parameters in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form with type arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.ComponentVerticalFormPasswordPropertyPanel.createValuePanel(org.apache.wicket.markup.html.list.ListItem<PrismPropertyValueWrapper<ProtectedStringType>> item) Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form with type arguments of type ProtectedStringTypeModifierConstructorDescriptionVerticalFormPasswordPropertyPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> model, ItemPanelSettings settings) -
Uses of ProtectedStringType in com.evolveum.midpoint.gui.impl.prism.wrapper
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ProtectedStringTypeModifierConstructorDescriptionProtectedStringTypeWrapperImpl(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status) -
Uses of ProtectedStringType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionbooleanModelInteractionService.checkPassword(String userOid, ProtectedStringType password, 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, 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 -
Uses of ProtectedStringType in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions that return ProtectedStringTypeModifier and TypeMethodDescriptionBasicExpressionFunctions.resolveSecretProtectedString(@NotNull String provider, @NotNull String key) Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionBasicExpressionFunctions.decrypt(ProtectedStringType protectedString) BasicExpressionFunctions.hashLdapPassword(ProtectedStringType protectedString, String alg) Hashes cleartext password in an (unofficial) LDAP password format. -
Uses of ProtectedStringType in com.evolveum.midpoint.model.common.expression.script.mel.extension
Methods in com.evolveum.midpoint.model.common.expression.script.mel.extension that return ProtectedStringTypeModifier and TypeMethodDescription@Nullable ProtectedStringTypeCelMelExtensions.encrypt(@Nullable PolyStringCelValue pstr) @Nullable ProtectedStringTypeMethods in com.evolveum.midpoint.model.common.expression.script.mel.extension with parameters of type ProtectedStringTypeModifier and TypeMethodDescription@Nullable StringCelMelExtensions.decrypt(@Nullable ProtectedStringType protectedString) -
Uses of ProtectedStringType in com.evolveum.midpoint.model.common.stringpolicy
Methods in com.evolveum.midpoint.model.common.stringpolicy with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionObjectValuePolicyEvaluator.validateProtectedStringValue(ProtectedStringType value, OperationResult parentResult) -
Uses of ProtectedStringType in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionbooleanModelInteractionServiceImpl.checkPassword(String userOid, ProtectedStringType password, Task task, OperationResult parentResult) <O extends ObjectType>
List<StringLimitationResult>ModelInteractionServiceImpl.validateValue(ProtectedStringType protectedStringValue, ValuePolicyType valuePolicy, PrismObject<O> object, Task task, OperationResult result) -
Uses of ProtectedStringType in com.evolveum.midpoint.model.impl.correlator.idmatch
Methods in com.evolveum.midpoint.model.impl.correlator.idmatch with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionstatic IdMatchServiceImplIdMatchServiceImpl.instantiate(@NotNull String url, @Nullable String username, @Nullable ProtectedStringType password) Creates an instance of ID Match service with explicitly defined parameters. -
Uses of ProtectedStringType in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionMidpointFunctionsImpl.getPlaintext(ProtectedStringType protectedStringType) -
Uses of ProtectedStringType in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto that return ProtectedStringTypeMethods in com.evolveum.midpoint.prism.crypto with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionbooleanProtector.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.prism.impl.crypto
Methods in com.evolveum.midpoint.prism.impl.crypto that return ProtectedStringTypeMethods in com.evolveum.midpoint.prism.impl.crypto with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionbooleanKeyStoreBasedProtectorImpl.areEquivalent(ProtectedStringType a, ProtectedStringType b) booleanKeyStoreBasedProtectorImpl.compareCleartext(ProtectedStringType a, ProtectedStringType b) -
Uses of ProtectedStringType in com.evolveum.midpoint.repo.common.security
Methods in com.evolveum.midpoint.repo.common.security that return types with arguments of type ProtectedStringTypeModifier and TypeMethodDescription@Nullable PropertyDelta<ProtectedStringType>CredentialsStorageManager.createShadowPasswordDelta(@Nullable CredentialsPolicyType credentialsPolicy, @Nullable ProtectedStringType oldValue, @NotNull ProtectedStringType newValue) Prepares the shadow password property for storage (into an existing shadow): returns a delta that does so.CredentialsStorageManager.transformShadowPasswordDelta(@Nullable CredentialsPolicyType credentialsPolicy, boolean legacyCaching, PropertyDelta<ProtectedStringType> delta) We assume that only cleartext or encrypted values come in the delta.@Nullable PropertyDelta<ProtectedStringType>CredentialsStorageManager.updateShadowPasswordIfNeeded(@NotNull ProtectedStringType existingPasswordValue, CredentialsPolicyType credentialsPolicy, boolean legacyCaching) Returns deltas to update shadow password under (possibly) changed policies: - encrypted -> hashed / none - hashed -> none We assume the value is either encrypted or hashed, i.e., it's not in the cleartext nor in the external form.Methods in com.evolveum.midpoint.repo.common.security with parameters of type ProtectedStringTypeModifier and TypeMethodDescription@Nullable PropertyDelta<ProtectedStringType>CredentialsStorageManager.createShadowPasswordDelta(@Nullable CredentialsPolicyType credentialsPolicy, @Nullable ProtectedStringType oldValue, @NotNull ProtectedStringType newValue) Prepares the shadow password property for storage (into an existing shadow): returns a delta that does so.@Nullable PropertyDelta<ProtectedStringType>CredentialsStorageManager.updateShadowPasswordIfNeeded(@NotNull ProtectedStringType existingPasswordValue, CredentialsPolicyType credentialsPolicy, boolean legacyCaching) Returns deltas to update shadow password under (possibly) changed policies: - encrypted -> hashed / none - hashed -> none We assume the value is either encrypted or hashed, i.e., it's not in the cleartext nor in the external form.Method parameters in com.evolveum.midpoint.repo.common.security with type arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionCredentialsStorageManager.transformShadowPasswordDelta(@Nullable CredentialsPolicyType credentialsPolicy, boolean legacyCaching, PropertyDelta<ProtectedStringType> delta) We assume that only cleartext or encrypted values come in the delta.voidCredentialsStorageManager.transformShadowPasswordWithRealValue(@Nullable CredentialsPolicyType credentialsPolicy, boolean legacyCaching, @NotNull PrismProperty<ProtectedStringType> passwordProperty) Prepares the shadow password property for storage (into a new shadow). -
Uses of ProtectedStringType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ProtectedStringTypeModifier and TypeMethodDescriptionstatic ProtectedStringTypeFocusTypeUtil.getPasswordValue(FocusType focus) static ProtectedStringTypeShadowUtil.getPasswordValue(ShadowType shadowType) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionstatic @Nullable PrismProperty<ProtectedStringType>ShadowUtil.getPasswordValueProperty(@Nullable ShadowType shadow) Methods in com.evolveum.midpoint.schema.util with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionstatic booleanMiscSchemaUtil.isNullOrEmpty(ProtectedStringType ps) static StringSchemaDebugUtil.prettyPrint(ProtectedStringType protectedStringType) static voidMiscSchemaUtil.setPassword(CredentialsType credentials, ProtectedStringType password) static voidShadowUtil.setPassword(ShadowType shadow, ProtectedStringType passwordValue) ShadowBuilder.withPassword(@NotNull ProtectedStringType value) -
Uses of ProtectedStringType in com.evolveum.midpoint.web.component.input.validator
Constructor parameters in com.evolveum.midpoint.web.component.input.validator with type arguments of type ProtectedStringTypeModifierConstructorDescriptionProtectedStringValidatorForKeyField(org.apache.wicket.model.IModel<PrismPropertyValueWrapper<ProtectedStringType>> protectedValueWrapperModel, FeedbackAlerts feedback) -
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 ProtectedStringTypeModifier and TypeFieldDescriptionprotected ProtectedStringTypeOAuth2CredentialsType.clientSecretprotected ProtectedStringTypeAmqp091SourceType.passwordprotected ProtectedStringTypeArtemisProvisioningTargetType.passwordprotected ProtectedStringTypeBasicAuthenticationType.passwordprotected ProtectedStringTypeJmsProvisioningTargetType.passwordprotected ProtectedStringTypeJmsSourceType.passwordprotected ProtectedStringTypeMailServerConfigurationType.passwordprotected ProtectedStringTypeSmsGatewayConfigurationType.passwordprotected ProtectedStringTypeSmsGatewayConfigurationType.proxyPasswordMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ProtectedStringTypeModifier and TypeMethodDescriptionAbstractSimpleKeyType.getCertificate()DuoAuthenticationModuleType.getClientSecret()OAuth2CredentialsType.getClientSecret()OidcClientAuthenticationModuleType.getClientSecret()AbstractKeyStoreKeyType.getKeyPassword()AbstractKeyStoreKeyType.getKeyStorePassword()AbstractSimpleKeyType.getPassphrase()Amqp091SourceType.getPassword()ArtemisProvisioningTargetType.getPassword()BasicAuthenticationType.getPassword()IdMatchCorrelatorType.getPassword()JmsProvisioningTargetType.getPassword()JmsSourceType.getPassword()MailServerConfigurationType.getPassword()SmsGatewayConfigurationType.getPassword()AbstractSimpleKeyType.getPrivateKey()SmsGatewayConfigurationType.getProxyPassword()SecurityQuestionAnswerType.getQuestionAnswer()NodeType.getSecret()OtpCredentialType.getSecret()ConnectorHostType.getSharedSecret()JwtOidcResourceServerType.getSingleSymmetricKey()OidcResourceServerAuthenticationModuleType.getSingleSymmetricKey()JwtOidcResourceServerType.getTrustingAsymmetricCertificate()OidcResourceServerAuthenticationModuleType.getTrustingAsymmetricCertificate()LdapAuthenticationModuleType.getUserPassword()NonceType.getValue()PasswordHistoryEntryType.getValue()PasswordType.getValue()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ProtectedStringTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ProtectedStringTypeModifier and TypeMethodDescriptionAbstractSimpleKeyType.certificate(ProtectedStringType value) ModuleSaml2SimpleKeyType.certificate(ProtectedStringType value) DuoAuthenticationModuleType.clientSecret(ProtectedStringType value) OAuth2CredentialsType.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) BasicAuthenticationType.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) OtpCredentialType.secret(ProtectedStringType value) voidAbstractSimpleKeyType.setCertificate(ProtectedStringType value) voidDuoAuthenticationModuleType.setClientSecret(ProtectedStringType value) voidOAuth2CredentialsType.setClientSecret(ProtectedStringType value) voidOidcClientAuthenticationModuleType.setClientSecret(ProtectedStringType value) voidAbstractKeyStoreKeyType.setKeyPassword(ProtectedStringType value) voidAbstractKeyStoreKeyType.setKeyStorePassword(ProtectedStringType value) voidAbstractSimpleKeyType.setPassphrase(ProtectedStringType value) voidAmqp091SourceType.setPassword(ProtectedStringType value) voidArtemisProvisioningTargetType.setPassword(ProtectedStringType value) voidBasicAuthenticationType.setPassword(ProtectedStringType value) voidIdMatchCorrelatorType.setPassword(ProtectedStringType value) voidJmsProvisioningTargetType.setPassword(ProtectedStringType value) voidJmsSourceType.setPassword(ProtectedStringType value) voidMailServerConfigurationType.setPassword(ProtectedStringType value) voidSmsGatewayConfigurationType.setPassword(ProtectedStringType value) voidAbstractSimpleKeyType.setPrivateKey(ProtectedStringType value) voidSmsGatewayConfigurationType.setProxyPassword(ProtectedStringType value) voidSecurityQuestionAnswerType.setQuestionAnswer(ProtectedStringType value) voidNodeType.setSecret(ProtectedStringType value) voidOtpCredentialType.setSecret(ProtectedStringType value) voidConnectorHostType.setSharedSecret(ProtectedStringType value) voidJwtOidcResourceServerType.setSingleSymmetricKey(ProtectedStringType value) voidOidcResourceServerAuthenticationModuleType.setSingleSymmetricKey(ProtectedStringType value) voidJwtOidcResourceServerType.setTrustingAsymmetricCertificate(ProtectedStringType value) voidOidcResourceServerAuthenticationModuleType.setTrustingAsymmetricCertificate(ProtectedStringType value) voidLdapAuthenticationModuleType.setUserPassword(ProtectedStringType value) voidNonceType.setValue(ProtectedStringType value) voidPasswordHistoryEntryType.setValue(ProtectedStringType value) voidPasswordType.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
Methods in com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_3 that return types with arguments of type ProtectedStringTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ProtectedStringType>ObjectFactory.createCurrentPassword(ProtectedStringType value) jakarta.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 ProtectedStringTypeModifier 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
Methods in com.evolveum.prism.xml.ns._public.types_3 that return ProtectedStringTypeModifier and TypeMethodDescriptionProtectedStringType.clearValue(String clearValue) ProtectedStringType.clone()ObjectFactory.createProtectedStringType()Create an instance ofProtectedStringTypestatic ProtectedStringTypeProtectedStringType.fromClearValue(String clearValue)