org.mortbay.jaas

Class JAASUserPrincipal.RoleStack

Enclosing Class:
JAASUserPrincipal

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

RoleStack

Method Summary

static void
clear()
static boolean
empty()
static JAASRole
peek()
static void
pop()
static void
push(JAASRole role)

Method Details

clear

public static void clear()

empty

public static boolean empty()

peek

public static JAASRole peek()

pop

public static void pop()

push

public static void push(JAASRole role)

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.