org.mortbay.jaas
Class JAASUserPrincipal.RoleStack

java.lang.Object
  |
  +--org.mortbay.jaas.JAASUserPrincipal.RoleStack
Enclosing class:
JAASUserPrincipal

public static class JAASUserPrincipal.RoleStack
extends java.lang.Object

RoleStack


Constructor Summary
JAASUserPrincipal.RoleStack()
           
 
Method Summary
static void clear()
           
static boolean empty()
           
static JAASRole peek()
           
static void pop()
           
static void push(JAASRole role)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAASUserPrincipal.RoleStack

public JAASUserPrincipal.RoleStack()
Method Detail

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 ? 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.