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