Class SyncopeAuthenticationDetails
- java.lang.Object
-
- org.apache.syncope.core.spring.security.SyncopeAuthenticationDetails
-
- All Implemented Interfaces:
Serializable
public class SyncopeAuthenticationDetails extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncopeAuthenticationDetails(String domain, String delegatedBy)
SyncopeAuthenticationDetails(javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDelegatedBy()
String
getDomain()
int
hashCode()
String
toString()
-