Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialsType
-
Packages that use CredentialsType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CredentialsType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type CredentialsType Modifier and Type Method Description static void
MiscSchemaUtil. setPassword(CredentialsType credentials, ProtectedStringType password)
-
Uses of CredentialsType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CredentialsType Modifier and Type Method Description javax.xml.bind.JAXBElement<CredentialsType>
ObjectFactory. createCredentials(CredentialsType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CredentialsType Modifier and Type Method Description javax.xml.bind.JAXBElement<CredentialsType>
ObjectFactory. createCredentials(CredentialsType value)
AbstractRoleType
AbstractRoleType. credentials(CredentialsType value)
ArchetypeType
ArchetypeType. credentials(CredentialsType value)
FocusType
FocusType. credentials(CredentialsType value)
GenericObjectType
GenericObjectType. credentials(CredentialsType value)
OrgType
OrgType. credentials(CredentialsType value)
RoleType
RoleType. credentials(CredentialsType value)
ServiceType
ServiceType. credentials(CredentialsType value)
ShadowType
ShadowType. credentials(CredentialsType value)
UserType
UserType. credentials(CredentialsType value)
void
FocusType. setCredentials(CredentialsType value)
void
ShadowType. setCredentials(CredentialsType value)
-