Serialized Form


Package javax.security.jacc

Class javax.security.jacc.EJBMethodPermission extends Permission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions
the actions string.

Class javax.security.jacc.EJBRoleRefPermission extends Permission implements Serializable

Serialized Fields

actions

String actions
The security-role-ref/role-link value

Class javax.security.jacc.PolicyContextException extends Exception implements Serializable

Class javax.security.jacc.WebResourcePermission extends Permission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions
the actions string.

Class javax.security.jacc.WebRoleRefPermission extends Permission implements Serializable

Serialized Fields

actions

String actions
The security-role-ref/role-link value

Class javax.security.jacc.WebUserDataPermission extends Permission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions
the actions string.



Copyright © 2008 JBoss Inc.. All Rights Reserved.