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 booleanequals(Object obj)StringgetDelegatedBy()StringgetDomain()inthashCode()StringtoString()
-