Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ProtectedDataType
-
Packages that use ProtectedDataType Package Description com.evolveum.midpoint.prism com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of ProtectedDataType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type ProtectedDataType Modifier and Type Method Description <T> voidHacks. parseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc) -
Uses of ProtectedDataType in com.evolveum.prism.xml.ns._public.types_3
Subclasses of ProtectedDataType in com.evolveum.prism.xml.ns._public.types_3 Modifier and Type Class Description classProtectedByteArrayTypeSpecific subtype for protected binary byte array data.classProtectedStringTypeThis class was originally generated.Methods in com.evolveum.prism.xml.ns._public.types_3 that return ProtectedDataType Modifier and Type Method Description ProtectedDataType<T>ProtectedDataType. clearValue(T clearValue)Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type ProtectedDataType Modifier and Type Method Description protected voidProtectedDataType. cloneTo(ProtectedDataType<T> cloned)
-