Package org.cyclos.impl.access
Class PerformLoginResult
- java.lang.Object
-
- org.cyclos.impl.access.PerformLoginResult
-
public class PerformLoginResult extends Object
Result from the performLogin method
-
-
Constructor Summary
Constructors Constructor Description PerformLoginResult(Session session, IdentityProviderNotLinkReason idpNotLinkReason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityProviderNotLinkReasongetIdpNotLinkReason()SessiongetSession()
-
-
-
Constructor Detail
-
PerformLoginResult
public PerformLoginResult(Session session, IdentityProviderNotLinkReason idpNotLinkReason)
-
-
Method Detail
-
getIdpNotLinkReason
public IdentityProviderNotLinkReason getIdpNotLinkReason()
-
getSession
public Session getSession()
-
-