|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated. as of 10.1.3, use JAAS standard APIs
This interface is deprecated in 10.1.3 in favor of the standard J2SE JAAS mechanism based on LoginModule. See OC4J Security Guide for more information on implementing custom JAAS login module.
A Group is a Group of Users, often specified for a specific category of users, for instance administrators, users, guests, etc...
Method Summary | |
void |
addPermission(java.security.Permission permission) Deprecated. Adds a permission to this group. |
java.lang.String |
getDescription() Deprecated. Returns a description of this group. |
java.util.Set |
getPermissions() Deprecated. Get the permissions that this group holds. |
boolean |
hasPermission(java.security.Permission permission) Deprecated. See if this group has the specified Permission. |
void |
removePermission(java.security.Permission permission) Deprecated. Removes a permission from this group. |
void |
setDescription(java.lang.String description) Deprecated. Sets the description. |
Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
Method Detail |
public boolean hasPermission(java.security.Permission permission)
public java.util.Set getPermissions() throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
public void addPermission(java.security.Permission permission) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
public void removePermission(java.security.Permission permission) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |