org.jenkins.wso2.appfactory
Class CarbonUserDetails

java.lang.Object
  extended by org.acegisecurity.userdetails.User
      extended by org.jenkins.wso2.appfactory.CarbonUserDetails
All Implemented Interfaces:
Serializable, org.acegisecurity.userdetails.UserDetails

public class CarbonUserDetails
extends org.acegisecurity.userdetails.User

See Also:
Serialized Form

Constructor Summary
CarbonUserDetails(String username, String password, org.acegisecurity.GrantedAuthority[] authorities)
           
 
Method Summary
 
Methods inherited from class org.acegisecurity.userdetails.User
equals, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setAuthorities, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CarbonUserDetails

public CarbonUserDetails(String username,
                         String password,
                         org.acegisecurity.GrantedAuthority[] authorities)


Copyright © 2015 WSO2 Inc. All rights reserved.