Class AnyCR
java.lang.Object
org.apache.syncope.common.lib.request.AnyCR
- All Implemented Interfaces:
Serializable
,Attributable
,BaseBean
,RealmMember
- Direct Known Subclasses:
AnyObjectCR
,GroupCR
,UserCR
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
AnyCR.Builder<R extends AnyCR,
B extends AnyCR.Builder<R, B>> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getDerAttr
(String schema) abstract String
getPlainAttr
(String schema) getRealm()
getVirAttr
(String schema) int
hashCode()
void
setDiscriminator
(String discriminator) void
-
Constructor Details
-
AnyCR
public AnyCR()
-
-
Method Details
-
getDiscriminator
-
setDiscriminator
-
getRealm
- Specified by:
getRealm
in interfaceRealmMember
-
setRealm
- Specified by:
setRealm
in interfaceRealmMember
-
getAuxClasses
- Specified by:
getAuxClasses
in interfaceRealmMember
-
getPlainAttr
- Specified by:
getPlainAttr
in interfaceAttributable
-
getPlainAttrs
- Specified by:
getPlainAttrs
in interfaceAttributable
-
getDerAttr
- Specified by:
getDerAttr
in interfaceAttributable
-
getDerAttrs
- Specified by:
getDerAttrs
in interfaceAttributable
-
getVirAttr
- Specified by:
getVirAttr
in interfaceAttributable
-
getVirAttrs
- Specified by:
getVirAttrs
in interfaceAttributable
-
getResources
- Specified by:
getResources
in interfaceRealmMember
-
hashCode
public int hashCode() -
equals
-