Class ModuleSaml2KeyStoreKeyType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractKeyStoreKeyType
com.evolveum.midpoint.xml.ns._public.common.common_3.ModuleSaml2KeyStoreKeyType
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
SAML2 key from key store. Supported only JKS type of key store.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final Producer<ModuleSaml2KeyStoreKeyType>Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractKeyStoreKeyType
F_KEY_ALIAS, F_KEY_PASSWORD, F_KEY_STORE_PASSWORD, F_KEY_STORE_PATHFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()<X> Xend()booleangetType()keyPassword(ProtectedStringType value) keyStorePath(String value) voidsetType(ModuleSaml2KeyTypeType value) type(ModuleSaml2KeyTypeType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractKeyStoreKeyType
getKeyAlias, getKeyPassword, getKeyStorePassword, getKeyStorePath, setKeyAlias, setKeyPassword, setKeyStorePassword, setKeyStorePathMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_TYPE
-
FACTORY
-
-
Constructor Details
-
ModuleSaml2KeyStoreKeyType
public ModuleSaml2KeyStoreKeyType() -
ModuleSaml2KeyStoreKeyType
Deprecated.
-
-
Method Details
-
getType
-
setType
-
equals
- Overrides:
equalsin classAbstractKeyStoreKeyType
-
id
- Overrides:
idin classAbstractKeyStoreKeyType
-
type
-
keyStorePath
- Overrides:
keyStorePathin classAbstractKeyStoreKeyType
-
keyStorePassword
- Overrides:
keyStorePasswordin classAbstractKeyStoreKeyType
-
keyAlias
- Overrides:
keyAliasin classAbstractKeyStoreKeyType
-
keyPassword
- Overrides:
keyPasswordin classAbstractKeyStoreKeyType
-
end
public <X> X end()- Overrides:
endin classAbstractKeyStoreKeyType
-
clone
- Overrides:
clonein classAbstractKeyStoreKeyType
-