Uses of Interface
de.mid.innovator.srv2api.icw2db.DBAuthorization
-
Packages that use DBAuthorization Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database. -
-
Uses of DBAuthorization in de.mid.innovator.srv2api.icw2db
Subinterfaces of DBAuthorization in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBPrivilege
interface
DBRoleAuthorization
Methods in de.mid.innovator.srv2api.icw2db with type parameters of type DBAuthorization Modifier and Type Method Description <T extends DBAuthorization>
java.util.List<T>DBAuthorizationIdentifier. getGrantedAuthorization(java.lang.Class<T> returnType)
List of all authorizations granted by thisDBAuthorizationIdentifier
.<T extends DBAuthorization>
java.util.List<T>DBAuthorizationIdentifier. getReceivedAuthorization(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of all authorizations of this granteeDBAuthorizationIdentifier
.
-