org.exoplatform.services.security.sso.spnego.message
Class MechTypeList
java.lang.Object
org.exoplatform.services.security.sso.spnego.message.AbstractMessagePart
org.exoplatform.services.security.sso.spnego.message.AbstractSequence<Oid>
org.exoplatform.services.security.sso.spnego.message.MechTypeList
- All Implemented Interfaces:
- MessagePart
public class MechTypeList
- extends AbstractSequence<Oid>
- Author:
- Martin Algesten
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MechTypeList
public MechTypeList()
getParts
protected LinkedList<Oid> getParts()
-
- Specified by:
getParts in class AbstractSequence<Oid>
createInstance
protected Oid createInstance(ParseState state)
-
- Specified by:
createInstance in class AbstractSequence<Oid>
setParts
protected void setParts(LinkedList<Oid> parts)
-
- Specified by:
setParts in class AbstractSequence<Oid>
parse
public void parse(ParseState state)
-
- Specified by:
parse in interface MessagePart- Overrides:
parse in class AbstractSequence<Oid>
getMechs
public LinkedList<Oid> getMechs()
- Returns:
- the mechs .
setMechs
public void setMechs(LinkedList<Oid> mechs)
- Parameters:
mechs - the mechs to set .
Copyright © 2009 eXo Platform SAS. All Rights Reserved.