org.universAAL.ri.gateway.communicator.service.impl
Enum SecurityManager

Package class diagram package SecurityManager
java.lang.Object
  extended by java.lang.Enum<SecurityManager>
      extended by org.universAAL.ri.gateway.communicator.service.impl.SecurityManager
All Implemented Interfaces:
Serializable, Comparable<SecurityManager>

public enum SecurityManager
extends Enum<SecurityManager>


Enum Constant Summary
Instance
           
 
Method Summary
 Set<SecurityEntry> getAllowExportSecurityEntries()
           
 Set<SecurityEntry> getAllowImportSecurityEntries()
           
 Set<SecurityEntry> getDenyExportSecurityEntries()
           
 Set<SecurityEntry> getDenyImportSecurityEntries()
           
static boolean isOperationAllowed(String uri, org.universAAL.ri.gateway.communicator.service.impl.Type type)
           
 void setAllowExportSecurityEntries(Set<SecurityEntry> allowExportSecurityEntries)
           
 void setAllowImportSecurityEntries(Set<SecurityEntry> allowImportSecurityEntries)
           
 void setDenyExportSecurityEntries(Set<SecurityEntry> denyExportSecurityEntries)
           
 void setDenyImportSecurityEntries(Set<SecurityEntry> denyImportSecurityEntries)
           
static SecurityManager valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SecurityManager[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Instance

public static final SecurityManager Instance
Method Detail

values

public static SecurityManager[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SecurityManager c : SecurityManager.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SecurityManager valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

isOperationAllowed

public static boolean isOperationAllowed(String uri,
                                         org.universAAL.ri.gateway.communicator.service.impl.Type type)

getAllowImportSecurityEntries

public Set<SecurityEntry> getAllowImportSecurityEntries()

setAllowImportSecurityEntries

public void setAllowImportSecurityEntries(Set<SecurityEntry> allowImportSecurityEntries)

getDenyImportSecurityEntries

public Set<SecurityEntry> getDenyImportSecurityEntries()

setDenyImportSecurityEntries

public void setDenyImportSecurityEntries(Set<SecurityEntry> denyImportSecurityEntries)

getAllowExportSecurityEntries

public Set<SecurityEntry> getAllowExportSecurityEntries()

setAllowExportSecurityEntries

public void setAllowExportSecurityEntries(Set<SecurityEntry> allowExportSecurityEntries)

getDenyExportSecurityEntries

public Set<SecurityEntry> getDenyExportSecurityEntries()

setDenyExportSecurityEntries

public void setDenyExportSecurityEntries(Set<SecurityEntry> denyExportSecurityEntries)


Copyright © 2014 universAAL Consortium. All Rights Reserved.