Package cz.metacentrum.perun.core.api
Class UserExtSource
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.UserExtSource
- All Implemented Interfaces:
Serializable,Comparable<PerunBean>
User external authentication.
- Author:
- Martin Kuba makub@ics.muni.cz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserExtSource(int id, ExtSource source, String login) UserExtSource(int id, ExtSource source, String login, int userId) UserExtSource(int id, ExtSource source, String login, int userId, int loa) UserExtSource(int id, ExtSource source, String login, int userId, int loa, boolean persistent, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid, String lastAccess) UserExtSource(ExtSource source, int loa, String login) UserExtSource(ExtSource source, String login) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanintgetLoa()getLogin()intinthashCode()booleanvoidsetExtSource(ExtSource source) voidsetLastAccess(String lastAccess) voidsetLoa(int loa) voidvoidsetPersistent(boolean persistent) voidsetUserId(int userId) toString()Methods inherited from class cz.metacentrum.perun.core.api.Auditable
getCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUidMethods inherited from class cz.metacentrum.perun.core.api.PerunBean
getBeanName, getId, setId
-
Constructor Details
-
UserExtSource
public UserExtSource() -
UserExtSource
-
UserExtSource
-
UserExtSource
-
UserExtSource
-
UserExtSource
-
UserExtSource
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<PerunBean>- Overrides:
compareToin classPerunBean
-
equals
-
getExtSource
-
setExtSource
-
getLastAccess
-
setLastAccess
-
getLoa
public int getLoa() -
setLoa
public void setLoa(int loa) -
getLogin
-
setLogin
-
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
hashCode
public int hashCode() -
isPersistent
public boolean isPersistent() -
setPersistent
public void setPersistent(boolean persistent) -
serializeToString
- Overrides:
serializeToStringin classAuditable
-
toString
-