Added in API level 1

UnresolvedPermission

class UnresolvedPermission : Permission, Serializable
kotlin.Any
   ↳ java.security.Permission
   ↳ java.security.UnresolvedPermission

Legacy security code; do not use.

Summary

Public constructors
UnresolvedPermission(type: String!, name: String!, actions: String!, certs: Array<Certificate!>!)

Public methods
String!

String!

Array<Certificate!>!

String!

String!

Boolean

Inherited functions

Public constructors

UnresolvedPermission

Added in API level 1
UnresolvedPermission(
    type: String!,
    name: String!,
    actions: String!,
    certs: Array<Certificate!>!)

Public methods

getActions

Added in API level 1
fun getActions(): String!

getUnresolvedActions

Added in API level 1
fun getUnresolvedActions(): String!

getUnresolvedCerts

Added in API level 1
fun getUnresolvedCerts(): Array<Certificate!>!

getUnresolvedName

Added in API level 1
fun getUnresolvedName(): String!

getUnresolvedType

Added in API level 1
fun getUnresolvedType(): String!

implies

Added in API level 1
fun implies(p: Permission!): Boolean