Secure iNet Factory

com.jscape.inet.file
Class JAcl

java.lang.Object
  extended by com.jscape.inet.file.JAcl

public class JAcl
extends java.lang.Object

Version:
1.0
Author:
Alex Usun

Nested Class Summary
static class JAcl.Flag
           
static class JAcl.Mask
           
static class JAcl.Type
           
 
Constructor Summary
JAcl(JAcl.Type type, JAcl.Flag flag, JAcl.Mask mask, java.lang.String who)
           
 
Method Summary
 JAcl.Flag getFlag()
          Returns the ACL flag value.
 JAcl.Mask getMask()
          Returns the ACL mask value.
 JAcl.Type getType()
          Returns the ACL type value.
 java.lang.String getWho()
          Returns the ACL "who" value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAcl

public JAcl(JAcl.Type type,
            JAcl.Flag flag,
            JAcl.Mask mask,
            java.lang.String who)
Parameters:
type -
flag -
mask -
who -
Method Detail

getType

public JAcl.Type getType()
Returns the ACL type value.

Returns:
the ACL type value

getFlag

public JAcl.Flag getFlag()
Returns the ACL flag value.

Returns:
the ACL flag value

getMask

public JAcl.Mask getMask()
Returns the ACL mask value.

Returns:
the ACL mask value

getWho

public java.lang.String getWho()
Returns the ACL "who" value.

Returns:
the ACL "who" value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2014. All Rights Reserved