|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.web.security.SecurityConstants
public final class SecurityConstants
This class defines the GrantedAuthority instances that constitute
the roles within this application.
| Field Summary | |
|---|---|
static org.springframework.security.core.GrantedAuthority |
AVAILABLE_ADMINISTRATOR
Role that grants access to the application administrative functions. |
static org.springframework.security.core.GrantedAuthority |
DELEGATE_LOGIN
Role that grants access to log in as a IDelegateCalendarAccount. |
static org.springframework.security.core.GrantedAuthority |
DELEGATE_OWNER
Role that grants access to IScheduleOwner features for delegate calendar accoutnts. |
static org.springframework.security.core.GrantedAuthority |
DELEGATE_REGISTER
Role that grants access to the registration form for delegate calendar accounts. |
static org.springframework.security.core.GrantedAuthority |
OWNER
Role that grants access to IScheduleOwner features for customer accounts. |
static org.springframework.security.core.GrantedAuthority |
REGISTER
Role that grants access to the registration form for customer accounts. |
static org.springframework.security.core.GrantedAuthority |
VISITOR
Role that grants access to IScheduleVisitor features (view schedule, create/cancel appointments) |
| Constructor Summary | |
|---|---|
SecurityConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.springframework.security.core.GrantedAuthority DELEGATE_REGISTER
public static final org.springframework.security.core.GrantedAuthority DELEGATE_OWNER
IScheduleOwner features for delegate calendar accoutnts.
public static final org.springframework.security.core.GrantedAuthority OWNER
IScheduleOwner features for customer accounts.
public static final org.springframework.security.core.GrantedAuthority VISITOR
IScheduleVisitor features (view schedule, create/cancel appointments)
public static final org.springframework.security.core.GrantedAuthority REGISTER
public static final org.springframework.security.core.GrantedAuthority DELEGATE_LOGIN
IDelegateCalendarAccount.
public static final org.springframework.security.core.GrantedAuthority AVAILABLE_ADMINISTRATOR
| Constructor Detail |
|---|
public SecurityConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||