org.jboss.seam.security
Class GroupImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupImpl
public GroupImpl(String name,
String groupType)
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.