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
ConstructorDescriptionUserExtSource
(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 TypeMethodDescriptionint
boolean
int
getLoa()
getLogin()
int
int
hashCode()
boolean
void
setExtSource
(ExtSource source) void
setLastAccess
(String lastAccess) void
setLoa
(int loa) void
void
setPersistent
(boolean persistent) void
setUserId
(int userId) toString()
Methods inherited from class cz.metacentrum.perun.core.api.Auditable
getCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUid
Methods 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:
compareTo
in interfaceComparable<PerunBean>
- Overrides:
compareTo
in 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:
serializeToString
in classAuditable
-
toString
-