Uses of Class
org.exoplatform.services.security.sso.spnego.message.Oid

Packages that use Oid
org.exoplatform.services.security.sso.spnego.message   
 

Uses of Oid in org.exoplatform.services.security.sso.spnego.message
 

Methods in org.exoplatform.services.security.sso.spnego.message that return Oid
protected  Oid MechTypeList.createInstance(ParseState state)
          
 Oid ApplicationConstructedObject.getOid()
           
 Oid NegTokenTarg.getSupportedMech()
           
 

Methods in org.exoplatform.services.security.sso.spnego.message that return types with arguments of type Oid
 LinkedList<Oid> MechTypeList.getMechs()
           
protected  LinkedList<Oid> MechTypeList.getParts()
          
 

Methods in org.exoplatform.services.security.sso.spnego.message with parameters of type Oid
 void ApplicationConstructedObject.setOid(Oid oid)
           
 void NegTokenTarg.setSupportedMech(Oid supportedMech)
           
 

Method parameters in org.exoplatform.services.security.sso.spnego.message with type arguments of type Oid
 void MechTypeList.setMechs(LinkedList<Oid> mechs)
           
protected  void MechTypeList.setParts(LinkedList<Oid> parts)
          
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.