Class GuestAuthenticationToken
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
de.hybris.platform.ycommercewebservices.auth.GuestAuthenticationToken
- All Implemented Interfaces:
Serializable,Principal,org.springframework.security.core.Authentication,org.springframework.security.core.CredentialsContainer
public class GuestAuthenticationToken
extends org.springframework.security.authentication.AbstractAuthenticationToken
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGuestAuthenticationToken(String email, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) -
Method Summary
Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
eraseCredentials, getAuthorities, getDetails, getName, isAuthenticated, setAuthenticated, setDetails, toString
-
Constructor Details
-
GuestAuthenticationToken
public GuestAuthenticationToken(String email, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) - Parameters:
authorities-
-
-
Method Details
-
getCredentials
-
getPrincipal
-
hashCode
public int hashCode() -
equals
-