com.evolveum.midpoint.repo.sql.data.common.embedded
Class RCredentials

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.data.common.embedded.RCredentials

@Embeddable
public class RCredentials
extends Object

Author:
lazyman

Constructor Summary
RCredentials()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RCredentials

public RCredentials()
Method Detail

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.