org.xmlBlaster.authentication.plugins
Class DataHolder
java.lang.Object
org.xmlBlaster.authentication.plugins.DataHolder
- public class DataHolder
- extends java.lang.Object
Container to transport information to the isAuthorized() method.
- Author:
- xmlblast@marcelruff.info
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
action
private final MethodName action
msgUnit
private final MsgUnit msgUnit
DataHolder
public DataHolder(MethodName action,
MsgUnit msgUnit)
- Parameters:
action - May not be nullmsgUnit - May not be null
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()
Copyright © 1999-2007 The xmlBlaster.org contributers.