mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only)
Reviewed-by: weijun
This commit is contained in:
parent
cc25927f2d
commit
3790e58090
65 changed files with 606 additions and 620 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -28,16 +28,16 @@ package javax.security.sasl;
|
|||
import javax.security.auth.callback.Callback;
|
||||
|
||||
/**
|
||||
* This callback is used by {@code SaslServer} to determine whether
|
||||
* one entity (identified by an authenticated authentication id)
|
||||
* can act on
|
||||
* behalf of another entity (identified by an authorization id).
|
||||
*
|
||||
* @since 1.5
|
||||
*
|
||||
* @author Rosanna Lee
|
||||
* @author Rob Weltman
|
||||
*/
|
||||
* This callback is used by {@code SaslServer} to determine whether
|
||||
* one entity (identified by an authenticated authentication id)
|
||||
* can act on
|
||||
* behalf of another entity (identified by an authorization id).
|
||||
*
|
||||
* @since 1.5
|
||||
*
|
||||
* @author Rosanna Lee
|
||||
* @author Rob Weltman
|
||||
*/
|
||||
public class AuthorizeCallback implements Callback, java.io.Serializable {
|
||||
/**
|
||||
* The (authenticated) authentication id to check.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue