Class AnyCR
java.lang.Object
org.apache.syncope.common.lib.request.AnyCR
- All Implemented Interfaces:
Serializable,BaseBean,RealmMember,AttributableTO,RelatableTO
- Direct Known Subclasses:
AnyObjectCR,GroupCR,UserCR
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classAnyCR.Builder<R extends AnyCR,B extends AnyCR.Builder<R, B>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDerAttr(String schema) abstract StringgetPlainAttr(String schema) getRealm()getRelationship(String type, String otherKey) inthashCode()voidsetDiscriminator(String discriminator) void
-
Constructor Details
-
AnyCR
public AnyCR()
-
-
Method Details
-
getDiscriminator
-
setDiscriminator
-
getRealm
- Specified by:
getRealmin interfaceRealmMember
-
setRealm
- Specified by:
setRealmin interfaceRealmMember
-
getAuxClasses
- Specified by:
getAuxClassesin interfaceRealmMember
-
getPlainAttr
- Specified by:
getPlainAttrin interfaceAttributableTO
-
getPlainAttrs
- Specified by:
getPlainAttrsin interfaceAttributableTO
-
getDerAttr
- Specified by:
getDerAttrin interfaceAttributableTO
-
getDerAttrs
- Specified by:
getDerAttrsin interfaceAttributableTO
-
getResources
- Specified by:
getResourcesin interfaceRealmMember
-
getRelationship
- Specified by:
getRelationshipin interfaceRelatableTO
-
getRelationships
- Specified by:
getRelationshipsin interfaceRelatableTO
-
hashCode
public int hashCode() -
equals
-