public class PrimaryAttributePortletAuthenticationDetails
extends org.jasig.springframework.security.portlet.authentication.PreAuthenticatedGrantedAuthoritiesPortletAuthenticationDetails
| Constructor and Description |
|---|
PrimaryAttributePortletAuthenticationDetails(javax.portlet.PortletRequest request,
java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
java.lang.String primaryAttribute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPrimaryAttribute() |
int |
hashCode() |
java.lang.String |
toString() |
getGrantedAuthoritiespublic PrimaryAttributePortletAuthenticationDetails(javax.portlet.PortletRequest request,
java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
java.lang.String primaryAttribute)
public java.lang.String getPrimaryAttribute()
public int hashCode()
hashCode in class org.jasig.springframework.security.portlet.authentication.PreAuthenticatedGrantedAuthoritiesPortletAuthenticationDetailspublic boolean equals(java.lang.Object obj)
equals in class org.jasig.springframework.security.portlet.authentication.PreAuthenticatedGrantedAuthoritiesPortletAuthenticationDetailspublic java.lang.String toString()
toString in class org.jasig.springframework.security.portlet.authentication.PreAuthenticatedGrantedAuthoritiesPortletAuthenticationDetailsCopyright © 2018 Jasig. All Rights Reserved.