|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectServletSecurityModel
public class ServletSecurityModel
Field Summary | |
---|---|
protected static Log |
log
|
Fields inherited from interface SecurityModel |
---|
BEEHIVE_AUTHUSER |
Constructor Summary | |
---|---|
ServletSecurityModel()
|
Method Summary | |
---|---|
void |
init(MessageContext msgContext)
|
boolean |
isUserInRole(MessageContext msgContext,
Collection<String> rolesAllowed)
mostly copied from org/apache/axis/handlers/SimpleAuthenticationHandler.java |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Log log
Constructor Detail |
---|
public ServletSecurityModel()
Method Detail |
---|
public void init(MessageContext msgContext)
init
in interface SecurityModel
public boolean isUserInRole(MessageContext msgContext, Collection<String> rolesAllowed)
isUserInRole
in interface SecurityModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |