public class FileRelationship extends AbstractFileAttributedType<org.picketlink.idm.model.Relationship>
| Modifier | Constructor and Description |
|---|---|
protected |
FileRelationship(org.picketlink.idm.model.Relationship object) |
| Modifier and Type | Method and Description |
|---|---|
protected org.picketlink.idm.model.Relationship |
doCreateInstance(Map<String,Serializable> properties) |
protected org.picketlink.idm.model.Relationship |
doPopulateEntry(Map<String,Serializable> properties) |
protected void |
doPopulateProperties(Map<String,Serializable> properties) |
protected void |
doReadObject(ObjectInputStream s) |
protected void |
doWriteObject(ObjectOutputStream s) |
String |
getIdentityTypeId(String roleName) |
boolean |
hasIdentityType(org.picketlink.idm.model.IdentityType identityType) |
getIdgetEntry, getType, getVersionprotected FileRelationship(org.picketlink.idm.model.Relationship object)
protected org.picketlink.idm.model.Relationship doCreateInstance(Map<String,Serializable> properties) throws Exception
doCreateInstance in class AbstractFileAttributedType<org.picketlink.idm.model.Relationship>Exceptionprotected void doPopulateProperties(Map<String,Serializable> properties) throws Exception
doPopulateProperties in class AbstractFileAttributedType<org.picketlink.idm.model.Relationship>Exceptionprotected void doWriteObject(ObjectOutputStream s) throws Exception
doWriteObject in class AbstractFileAttributedType<org.picketlink.idm.model.Relationship>Exceptionprotected void doReadObject(ObjectInputStream s) throws Exception
doReadObject in class AbstractFileAttributedType<org.picketlink.idm.model.Relationship>Exceptionprotected org.picketlink.idm.model.Relationship doPopulateEntry(Map<String,Serializable> properties) throws Exception
doPopulateEntry in class AbstractFileAttributedType<org.picketlink.idm.model.Relationship>Exceptionpublic boolean hasIdentityType(org.picketlink.idm.model.IdentityType identityType)
Copyright © 2013. All Rights Reserved.