Package org.apache.syncope.common.lib.to
Class LinkedAccountTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.LinkedAccountTO
-
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
public class LinkedAccountTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LinkedAccountTO.Builder
-
Constructor Summary
Constructors Constructor Description LinkedAccountTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getConnObjectKeyValue()
String
getKey()
String
getPassword()
Optional<Attr>
getPlainAttr(String schema)
Set<Attr>
getPlainAttrs()
Set<String>
getPrivileges()
String
getResource()
String
getUsername()
int
hashCode()
boolean
isSuspended()
void
setConnObjectKeyValue(String connObjectKeyValue)
void
setKey(String key)
void
setPassword(String password)
void
setResource(String resource)
void
setSuspended(boolean suspended)
void
setUsername(String username)
-
-
-
Method Detail
-
getConnObjectKeyValue
public String getConnObjectKeyValue()
-
setConnObjectKeyValue
public void setConnObjectKeyValue(String connObjectKeyValue)
-
getResource
public String getResource()
-
setResource
public void setResource(String resource)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
isSuspended
public boolean isSuspended()
-
setSuspended
public void setSuspended(boolean suspended)
-
-