Class DummyJmixOidcUserEntity

java.lang.Object
io.jmix.oidc.user.JmixOidcUserEntity
io.jmix.oidc.user.DummyJmixOidcUserEntity
All Implemented Interfaces:
HasOidcUserDelegate, JmixOidcUser, AcceptsGrantedAuthorities, JmixUserDetails, Serializable, org.springframework.security.core.AuthenticatedPrincipal, org.springframework.security.core.userdetails.UserDetails, org.springframework.security.oauth2.core.ClaimAccessor, org.springframework.security.oauth2.core.OAuth2AuthenticatedPrincipal, org.springframework.security.oauth2.core.oidc.IdTokenClaimAccessor, org.springframework.security.oauth2.core.oidc.StandardClaimAccessor, org.springframework.security.oauth2.core.oidc.user.OidcUser, org.springframework.security.oauth2.core.user.OAuth2User

public class DummyJmixOidcUserEntity extends JmixOidcUserEntity
See Also:
  • Field Summary

    Fields inherited from class io.jmix.oidc.user.JmixOidcUserEntity

    delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends org.springframework.security.core.GrantedAuthority>
     
     
     
    void
    setAuthorities(Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
     

    Methods inherited from class io.jmix.oidc.user.JmixOidcUserEntity

    getAttributes, getClaims, getDelegate, getIdToken, getName, getUserInfo, setDelegate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.security.oauth2.core.ClaimAccessor

    getClaim, getClaimAsBoolean, getClaimAsInstant, getClaimAsMap, getClaimAsString, getClaimAsStringList, getClaimAsURL, hasClaim

    Methods inherited from interface org.springframework.security.oauth2.core.oidc.IdTokenClaimAccessor

    getAccessTokenHash, getAudience, getAuthenticatedAt, getAuthenticationContextClass, getAuthenticationMethods, getAuthorizationCodeHash, getAuthorizedParty, getExpiresAt, getIssuedAt, getIssuer, getNonce, getSubject

    Methods inherited from interface org.springframework.security.oauth2.core.OAuth2AuthenticatedPrincipal

    getAttribute

    Methods inherited from interface org.springframework.security.oauth2.core.oidc.StandardClaimAccessor

    getAddress, getBirthdate, getEmail, getEmailVerified, getFamilyName, getFullName, getGender, getGivenName, getLocale, getMiddleName, getNickName, getPhoneNumber, getPhoneNumberVerified, getPicture, getPreferredUsername, getProfile, getUpdatedAt, getWebsite, getZoneInfo

    Methods inherited from interface org.springframework.security.core.userdetails.UserDetails

    isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
  • Constructor Details

    • DummyJmixOidcUserEntity

      public DummyJmixOidcUserEntity()
  • Method Details

    • setAuthorities

      public void setAuthorities(Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
    • getPassword

      public String getPassword()
    • getUsername

      public String getUsername()
    • getAuthorities

      public Collection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities()