Class ComplianceQuery
- java.lang.Object
-
- org.apache.syncope.common.rest.api.beans.ComplianceQuery
-
- All Implemented Interfaces:
Serializable
public class ComplianceQuery extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplianceQuery.Builder
-
Constructor Summary
Constructors Constructor Description ComplianceQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getPassword()
String
getRealm()
Set<String>
getResources()
String
getUsername()
int
hashCode()
boolean
isEmpty()
void
setPassword(String password)
void
setRealm(String realm)
void
setResources(Set<String> resources)
void
setUsername(String username)
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getRealm
public String getRealm()
-
setRealm
public void setRealm(String realm)
-
isEmpty
public boolean isEmpty()
-
-