Class RepositoryAuthenticatedUser

  • All Implemented Interfaces:
    java.io.Serializable, net.sf.acegisecurity.UserDetails

    public class RepositoryAuthenticatedUser
    extends net.sf.acegisecurity.providers.dao.User
    A user authenticated by the Alfresco repository using RepositoryAuthenticationDao
    Author:
    Gethin James
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RepositoryAuthenticatedUser​(java.lang.String username, java.lang.String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, net.sf.acegisecurity.GrantedAuthority[] authorities, java.util.List<java.lang.String> hashIndicator, java.io.Serializable salt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getHashIndicator()  
      java.io.Serializable getSalt()  
      • Methods inherited from class net.sf.acegisecurity.providers.dao.User

        getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RepositoryAuthenticatedUser

        public RepositoryAuthenticatedUser​(java.lang.String username,
                                           java.lang.String password,
                                           boolean enabled,
                                           boolean accountNonExpired,
                                           boolean credentialsNonExpired,
                                           boolean accountNonLocked,
                                           net.sf.acegisecurity.GrantedAuthority[] authorities,
                                           java.util.List<java.lang.String> hashIndicator,
                                           java.io.Serializable salt)
                                    throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException
    • Method Detail

      • getSalt

        public java.io.Serializable getSalt()
      • getHashIndicator

        public java.util.List<java.lang.String> getHashIndicator()