Class GroupAuthority
- java.lang.Object
-
- ubic.gemma.model.common.auditAndSecurity.GroupAuthority
-
- All Implemented Interfaces:
gemma.gsec.model.GroupAuthority,Serializable,org.springframework.security.core.GrantedAuthority
- Direct Known Subclasses:
GroupAuthorityImpl
public abstract class GroupAuthority extends Object implements gemma.gsec.model.GroupAuthority
Authority for groups (kind of like a "user role", but for group-based authorization)- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupAuthority.Factory
-
Constructor Summary
Constructors Constructor Description GroupAuthority()No-arg constructor added to satisfy javabean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetAuthority()LonggetId()inthashCode()voidsetAuthority(String authority)voidsetId(Long id)
-