@Embeddable public class RCredentials extends Object
Constructor and Description |
---|
RCredentials() |
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(CredentialsType jaxb,
RCredentials repo,
PrismContext prismContext) |
static void |
copyToJAXB(RCredentials repo,
CredentialsType jaxb,
ObjectType parent,
ItemPath path,
PrismContext prismContext) |
boolean |
equals(Object o) |
String |
getPassword() |
int |
hashCode() |
Boolean |
isAllowedIdmAdminGuiAccess() |
void |
setAllowedIdmAdminGuiAccess(Boolean allowedIdmAdminGuiAccess) |
void |
setPassword(String password) |
CredentialsType |
toJAXB(ObjectType parent,
ItemPath path,
PrismContext prismContext) |
String |
toString() |
public Boolean isAllowedIdmAdminGuiAccess()
public void setAllowedIdmAdminGuiAccess(Boolean allowedIdmAdminGuiAccess)
public String getPassword()
public void setPassword(String password)
public static void copyToJAXB(RCredentials repo, CredentialsType jaxb, ObjectType parent, ItemPath path, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(CredentialsType jaxb, RCredentials repo, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public CredentialsType toJAXB(ObjectType parent, ItemPath path, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.