org.jboss.picketlink.idm.model
Class SimpleRole

java.lang.Object
  extended by org.jboss.picketlink.idm.model.AbstractIdentityType
      extended by org.jboss.picketlink.idm.model.SimpleRole
All Implemented Interfaces:
IdentityType, Role

public class SimpleRole
extends AbstractIdentityType
implements Role

Simple implementation of the Role interface


Field Summary
 
Fields inherited from interface org.jboss.picketlink.idm.model.Role
KEY_PREFIX
 
Constructor Summary
SimpleRole(String name)
           
 
Method Summary
 String getKey()
           
 String getName()
           
 
Methods inherited from class org.jboss.picketlink.idm.model.AbstractIdentityType
getAttribute, getAttributes, getAttributeValues, getCreationDate, getExpirationDate, isEnabled, removeAttribute, setAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.picketlink.idm.model.IdentityType
getAttribute, getAttributes, getAttributeValues, getCreationDate, getExpirationDate, isEnabled, removeAttribute, setAttribute, setAttribute
 

Constructor Detail

SimpleRole

public SimpleRole(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface Role

getKey

public String getKey()
Specified by:
getKey in interface IdentityType


Copyright © 2012. All Rights Reserved.