public interface ApplicationSubject extends Account
ApplicationSubject
is an Account
which owns several Role
s. The ApplicationSubject
s of a
Application
can be retrieved by calling Application.getApplicationSubjects()
.Application.getApplicationSubjects()
Modifier and Type | Method and Description |
---|---|
List<Role> |
getRoles()
Returns a list of all
Role s for this ApplicationSubject . |
getAuthName, getEmail, getLanguage, getRealname, getTimeZone
List<Role> getRoles()
Role
s for this ApplicationSubject
.Role
s for this ApplicationSubject
Copyright © 2011–2017 aiticon GmbH. All rights reserved.