org.mortbay.jetty.plus.jaas
Class JAASUserPrincipal.RoleStack
java.lang.Object
org.mortbay.jetty.plus.jaas.JAASUserPrincipal.RoleStack
- Enclosing class:
- JAASUserPrincipal
public static class JAASUserPrincipal.RoleStack
- extends Object
RoleStack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAASUserPrincipal.RoleStack
public JAASUserPrincipal.RoleStack()
empty
public static boolean empty()
push
public static void push(JAASRole role)
pop
public static void pop()
peek
public static JAASRole peek()
clear
public static void clear()
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.