org.systinet.wasp.admin.security
Class PermissionHelper.Holder

java.lang.Object
  extended byorg.systinet.wasp.admin.security.PermissionHelper.Holder
Enclosing class:
PermissionHelper

public static class PermissionHelper.Holder
extends java.lang.Object

This class is used as holder of object representation during decoding of it from identificator. Holds tripple - context of the object, target namespace of the object and name of the objet.


Field Summary
 java.lang.String context
          context of the object
 java.lang.String name
          name of the object
 java.lang.String targetNS
          target namespace of the object
 
Constructor Summary
PermissionHelper.Holder(java.lang.String context, java.lang.String targetNS, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

public java.lang.String context
context of the object


targetNS

public java.lang.String targetNS
target namespace of the object


name

public java.lang.String name
name of the object

Constructor Detail

PermissionHelper.Holder

public PermissionHelper.Holder(java.lang.String context,
                               java.lang.String targetNS,
                               java.lang.String name)