FileDocCategorySizeDatePackage
Roles.javaAPI DocGlassfish v2 API2475Fri May 04 22:31:22 BST 2007com.sun.enterprise.deployment

Roles

public interface Roles
author
Danny Coward

Fields Summary
Constructors Summary
Methods Summary
public voidaddRole(Role role)
Add the specified role to the set of roles.

param
the role to be added.

public java.util.SetgetRoles()
Get the current set of roles defined.

return
the set of roles.

public voidremoveRole(Role role)
Remove the specified role from the set of roles.

param
the role to be removed.