org.jboss.seam.security
Class GroupImpl

java.lang.Object
  extended by org.jboss.seam.security.GroupImpl
All Implemented Interfaces:
org.picketlink.idm.api.Group, org.picketlink.idm.api.IdentityType

public class GroupImpl
extends Object
implements org.picketlink.idm.api.Group

Seam implementation of the PicketLink Group interface.

Author:
Shane Bryzak

Constructor Summary
GroupImpl(String name, String groupType)
           
 
Method Summary
 String getGroupType()
           
 String getKey()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupImpl

public GroupImpl(String name,
                 String groupType)
Method Detail

getGroupType

public String getGroupType()
Specified by:
getGroupType in interface org.picketlink.idm.api.Group

getName

public String getName()
Specified by:
getName in interface org.picketlink.idm.api.Group

getKey

public String getKey()
Specified by:
getKey in interface org.picketlink.idm.api.IdentityType


Copyright © 2011 Seam Framework. All Rights Reserved.