com.evolveum.midpoint.repo.sql.data.common.embedded
Class RCredentials
java.lang.Object
com.evolveum.midpoint.repo.sql.data.common.embedded.RCredentials
@Embeddable
public class RCredentials
- extends Object
- Author:
- lazyman
RCredentials
public RCredentials()
isAllowedIdmAdminGuiAccess
public Boolean isAllowedIdmAdminGuiAccess()
setAllowedIdmAdminGuiAccess
public void setAllowedIdmAdminGuiAccess(Boolean allowedIdmAdminGuiAccess)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
copyToJAXB
public static void copyToJAXB(RCredentials repo,
CredentialsType jaxb,
ObjectType parent,
ItemPath path,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
copyFromJAXB
public static void copyFromJAXB(CredentialsType jaxb,
RCredentials repo,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
toJAXB
public CredentialsType toJAXB(ObjectType parent,
ItemPath path,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
Copyright © 2013 evolveum. All Rights Reserved.