xmlBlaster 1.6.2 API

org.xmlBlaster.authentication.plugins
Class DataHolder

java.lang.Object
  extended byorg.xmlBlaster.authentication.plugins.DataHolder

public class DataHolder
extends java.lang.Object

Container to transport information to the isAuthorized() method.

Author:
xmlblast@marcelruff.info

Field Summary
private  MethodName action
           
private  MsgUnit msgUnit
           
 
Constructor Summary
DataHolder(MethodName action, MsgUnit msgUnit)
           
 
Method Summary
 MethodName getAction()
           
 java.lang.String getKeyOid()
          The key oid
 java.lang.String getKeyUrl()
          The key url notation like "exact:hello", "xpath://key", "domain:sport"
 MsgUnit getMsgUnit()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

action

private final MethodName action

msgUnit

private final MsgUnit msgUnit
Constructor Detail

DataHolder

public DataHolder(MethodName action,
                  MsgUnit msgUnit)
Parameters:
action - May not be null
msgUnit - May not be null
Method Detail

getAction

public MethodName getAction()
Returns:
Returns the action, never null

getMsgUnit

public MsgUnit getMsgUnit()
Returns:
Returns the msgUnit, is never null

getKeyOid

public java.lang.String getKeyOid()
The key oid

Returns:
Never null, but can be empty

getKeyUrl

public java.lang.String getKeyUrl()
The key url notation like "exact:hello", "xpath://key", "domain:sport"

Returns:
Never null, but can be empty

toString

public java.lang.String toString()

xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.