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

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

@Embeddable
public class RCredentials
extends java.lang.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(java.lang.Object o)
           
 java.lang.String getPassword()
           
 int hashCode()
           
 java.lang.Boolean isAllowedIdmAdminGuiAccess()
           
 void setAllowedIdmAdminGuiAccess(java.lang.Boolean allowedIdmAdminGuiAccess)
           
 void setPassword(java.lang.String password)
           
 CredentialsType toJAXB(ObjectType parent, ItemPath path, PrismContext prismContext)
           
 java.lang.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 java.lang.Boolean isAllowedIdmAdminGuiAccess()

setAllowedIdmAdminGuiAccess

public void setAllowedIdmAdminGuiAccess(java.lang.Boolean allowedIdmAdminGuiAccess)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.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 © 2012 evolveum. All Rights Reserved.