Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.connect.infos
Class XLoginMechanismInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.connect.infos.XLoginMechanismInfo


public class XLoginMechanismInfo
extends XDTO

Login Mechanism Information DTO.

This allows a client to determine how the user is to be authenticated (password, SSO, etc).


Field Summary
 String RedirectURL
          A URL that should be redirected to in order to complete the login process (e.g.
 boolean UsePasswordAuthentication
          True to use password authentication.

 

Constructor Summary
XLoginMechanismInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

UsePasswordAuthentication

public boolean UsePasswordAuthentication
True to use password authentication.

RedirectURL

public String RedirectURL
A URL that should be redirected to in order to complete the login process (e.g. SSO).

Constructor Detail

XLoginMechanismInfo

public XLoginMechanismInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.