com.ecyrd.jspwiki.auth.authorize
Class SilverpeasWikiAuthorizer
java.lang.Object
  
com.ecyrd.jspwiki.auth.authorize.SilverpeasWikiAuthorizer
- All Implemented Interfaces: 
 - com.ecyrd.jspwiki.auth.authorize.WebAuthorizer, com.ecyrd.jspwiki.auth.Authorizer
 
public class SilverpeasWikiAuthorizer
- extends Object
- implements com.ecyrd.jspwiki.auth.authorize.WebAuthorizer
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ROLE_ATTR_NAME
public static final String ROLE_ATTR_NAME
- See Also:
 - Constant Field Values
 
USER_ATTR_NAME
public static final String USER_ATTR_NAME
- See Also:
 - Constant Field Values
 
SilverpeasWikiAuthorizer
public SilverpeasWikiAuthorizer()
isUserInRole
public boolean isUserInRole(javax.servlet.http.HttpServletRequest request,
                            Principal principal)
- Specified by:
 isUserInRole in interface com.ecyrd.jspwiki.auth.authorize.WebAuthorizer
 
 
findRole
public Principal findRole(String role)
- Specified by:
 findRole in interface com.ecyrd.jspwiki.auth.Authorizer
 
 
getRoles
public Principal[] getRoles()
- Specified by:
 getRoles in interface com.ecyrd.jspwiki.auth.Authorizer
 
 
initialize
public void initialize(com.ecyrd.jspwiki.WikiEngine arg0,
                       Properties arg1)
                throws com.ecyrd.jspwiki.auth.WikiSecurityException
- Specified by:
 initialize in interface com.ecyrd.jspwiki.auth.Authorizer
 
- Throws:
 com.ecyrd.jspwiki.auth.WikiSecurityException
 
isUserInRole
public boolean isUserInRole(com.ecyrd.jspwiki.WikiSession arg0,
                            Principal arg1)
- Specified by:
 isUserInRole in interface com.ecyrd.jspwiki.auth.Authorizer
 
 
Copyright © 2016 Silverpeas. All Rights Reserved.