Class FRAuth


  • public class FRAuth
    extends java.lang.Object
    Model of an FRAuth.

    Dispatches requests to AuthService and OAuth2Client, performs user authentication and manage user session.

    To create a new FRAuth object use the static builder().

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void start​(android.content.Context context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ORG_FORGEROCK_V_1_HOSTS

        public static final java.lang.String ORG_FORGEROCK_V_1_HOSTS
        See Also:
        Constant Field Values
    • Method Detail

      • start

        public static void start​(android.content.Context context)