Uses of Interface
org.uberfire.backend.server.security.elytron.ElytronIdentityHelper
-
Packages that use ElytronIdentityHelper Package Description org.uberfire.backend.server.security org.uberfire.backend.server.security.elytron -
-
Uses of ElytronIdentityHelper in org.uberfire.backend.server.security
Constructors in org.uberfire.backend.server.security with parameters of type ElytronIdentityHelper Constructor Description ElytronAuthenticationService(ElytronIdentityHelper elytronIdentityHelper) -
Uses of ElytronIdentityHelper in org.uberfire.backend.server.security.elytron
Classes in org.uberfire.backend.server.security.elytron that implement ElytronIdentityHelper Modifier and Type Class Description classDefaultElytronIdentityHelperDefault implementation ofElytronIdentityHelper, it relies in the platformSecurityDomainto obtain the user credentialsMethods in org.uberfire.backend.server.security.elytron that return ElytronIdentityHelper Modifier and Type Method Description ElytronIdentityHelperElytronIdentityHelperProducer. getDefaultElytronIdentityHelper()
-