| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   com.tangosol.util.Base
com.tangosol.util.Base
       com.tangosol.util.BitHelper
com.tangosol.util.BitHelper
           com.tangosol.util.ExternalizableHelper
com.tangosol.util.ExternalizableHelper
               com.tangosol.net.security.PermissionInfo
com.tangosol.net.security.PermissionInfo
public class PermissionInfo
PermissionInfo holds the information needed to validate and respond to a security related request.
| Constructor Summary | |
|---|---|
| PermissionInfo()Default constructor (required by PortableObject). | |
| PermissionInfo(ClusterPermission permission, java.lang.String sServiceName, java.security.SignedObject signedPermission, javax.security.auth.Subject subject)Construct a PermissionInfo. | |
| Method Summary | |
|---|---|
|  ClusterPermission | getPermission()Return the ClusterPermission object. | 
|  java.lang.String | getServiceName()Return the service name. | 
|  java.security.SignedObject | getSignedPermission()Return the encrypted ClusterPermission object. | 
|  javax.security.auth.Subject | getSubject()Return the encryptor subject. | 
|  void | readExternal(java.io.ObjectInput in) | 
|  void | readExternal(PofReader in)Restore the contents of a user type instance by reading its state using the specified PofReader object. | 
|  void | writeExternal(java.io.ObjectOutput out) | 
|  void | writeExternal(PofWriter out)Save the contents of a POF user type instance by writing its state using the specified PofWriter object. | 
| Methods inherited from class com.tangosol.util.BitHelper | 
|---|
| countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, rotateLeft, rotateLeft, rotateLeft, rotateRight, rotateRight, rotateRight, toBitString, toBitString, toBitString, toBytes, toBytes, toBytes, toBytes, toInt, toInt, toLong, toLong | 
| Constructor Detail | 
|---|
public PermissionInfo()
public PermissionInfo(ClusterPermission permission,
                      java.lang.String sServiceName,
                      java.security.SignedObject signedPermission,
                      javax.security.auth.Subject subject)
permission - the ClusterPermissionsServiceName - the service namesignedPermission - the encrypted ClusterPermissionsubject - the encryptor Subject| Method Detail | 
|---|
public ClusterPermission getPermission()
public java.lang.String getServiceName()
public java.security.SignedObject getSignedPermission()
public javax.security.auth.Subject getSubject()
public void readExternal(PofReader in)
                  throws java.io.IOException
readExternal in interface PortableObjectin - the PofReader from which to read the object's statejava.io.IOException - if an I/O error occurs
public void writeExternal(PofWriter out)
                   throws java.io.IOException
writeExternal in interface PortableObjectout - the PofWriter to which to write the object's statejava.io.IOException - if an I/O error occurs
public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||