to top
Android APIs
public final class

UnresolvedPermission

extends Permission
implements Serializable
java.lang.Object
   ↳ java.security.Permission
     ↳ java.security.UnresolvedPermission

Class Overview

Legacy security code; do not use.

Summary

Public Constructors
UnresolvedPermission( String type, String name, String actions, Certificate[] certs)
Public Methods
String getActions()
String getUnresolvedActions()
Certificate[] getUnresolvedCerts()
String getUnresolvedName()
String getUnresolvedType()
boolean implies( Permission permission)
[Expand]
Inherited Methods
From class java.security.Permission
From class java.lang.Object
From interface java.security.Guard

Public Constructors

public UnresolvedPermission (String type, String name, String actions, Certificate[] certs)

Added in API level 1

Public Methods

public String getActions ()

Added in API level 1

public String getUnresolvedActions ()

Added in API level 1

public Certificate[] getUnresolvedCerts ()

Added in API level 1

public String getUnresolvedName ()

Added in API level 1

public String getUnresolvedType ()

Added in API level 1

public boolean implies (Permission permission)

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.