Class OpenIdConnectUserAuthentication

    • Method Detail

      • getAuthorities

        public Collection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities()
        Specified by:
        getAuthorities in interface org.springframework.security.core.Authentication
      • getCredentials

        public Object getCredentials()
        Specified by:
        getCredentials in interface org.springframework.security.core.Authentication
      • getDetails

        public Object getDetails()
        Specified by:
        getDetails in interface org.springframework.security.core.Authentication
      • getPrincipal

        public Object getPrincipal()
        Specified by:
        getPrincipal in interface org.springframework.security.core.Authentication
      • isAuthenticated

        public boolean isAuthenticated()
        Specified by:
        isAuthenticated in interface org.springframework.security.core.Authentication
      • getRoles

        public List<String> getRoles()
        Specified by:
        getRoles in interface com.blueriq.component.api.security.BlueriqAuthentication
      • getTeams

        public List<String> getTeams()
        Specified by:
        getTeams in interface com.blueriq.component.api.security.BlueriqAuthentication
      • isAnonymous

        public boolean isAnonymous()
        Specified by:
        isAnonymous in interface com.blueriq.component.api.security.BlueriqAuthentication
      • isAutomatic

        public boolean isAutomatic()
        Specified by:
        isAutomatic in interface com.blueriq.component.api.security.BlueriqAuthentication
      • getPropertyNames

        public List<String> getPropertyNames()
        Specified by:
        getPropertyNames in interface com.blueriq.component.api.security.BlueriqAuthentication
      • getProperty

        public String getProperty​(String name)
        Specified by:
        getProperty in interface com.blueriq.component.api.security.BlueriqAuthentication