org.jboss.picketlink.idm.internal.jpa
Class DatabaseRoleAttribute
java.lang.Object
org.jboss.picketlink.idm.internal.jpa.AbstractDatabaseAttribute<DatabaseRole>
org.jboss.picketlink.idm.internal.jpa.DatabaseRoleAttribute
@Entity
public class DatabaseRoleAttribute
- extends AbstractDatabaseAttribute<DatabaseRole>
- Author:
- Pedro Silva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseRoleAttribute
public DatabaseRoleAttribute()
DatabaseRoleAttribute
public DatabaseRoleAttribute(String name,
String value)
getRole
public DatabaseRole getRole()
- Returns:
- the role
setRole
public void setRole(DatabaseRole role)
- Parameters:
role - the role to set
getIdentityType
protected DatabaseRole getIdentityType()
- Specified by:
getIdentityType in class AbstractDatabaseAttribute<DatabaseRole>
- Returns:
- the user
setIdentityType
protected void setIdentityType(DatabaseRole identityType)
- Specified by:
setIdentityType in class AbstractDatabaseAttribute<DatabaseRole>
Copyright © 2012. All Rights Reserved.